mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 23:42:23 +00:00
btree2
This commit is contained in:
parent
b94da149bb
commit
afe08fde3e
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(8),
|
||||
mem: *btree.New(2),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue