Skip to content

Commit

Permalink
Bump IAVL size
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon committed Dec 9, 2021
1 parent 7910c25 commit dad6e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/iavl/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
defaultIAVLCacheSize = 10000
defaultIAVLCacheSize = 500000
)

var (
Expand Down

0 comments on commit dad6e87

Please sign in to comment.