Skip to content

Commit

Permalink
Rollback block size for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcfraser committed Jan 18, 2017
1 parent 2a31f7c commit c74f93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/kv_dense_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
MaxBlockSize = 50000 // Maximum size of index block, in bytes
MaxBlockSize = 10000 // Maximum size of index block, in bytes
)

// DenseBlock stores a collection of LogEntries for a channel. Entries which are added to a DenseBlock are
Expand Down

0 comments on commit c74f93d

Please sign in to comment.