btree16
This commit is contained in:
parent
afe08fde3e
commit
85cc5f4247
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func (b *MemoryBatch) Delete(k []byte) {
|
|||
// NewMemoryStore creates a new MemoryStore object.
|
||||
func NewMemoryStore() *MemoryStore {
|
||||
return &MemoryStore{
|
||||
mem: *btree.New(2),
|
||||
mem: *btree.New(16),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue