Skip to content

Commit

Permalink
reduce store cache
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jan 2, 2022
1 parent b5538c1 commit f4a4ddb
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 = 10000000
defaultIAVLCacheSize = 100000
)

var (
Expand Down

0 comments on commit f4a4ddb

Please sign in to comment.