diff --git a/store/iavlstore.go b/store/iavlstore.go index 26a0c9ea17..e5d5095728 100644 --- a/store/iavlstore.go +++ b/store/iavlstore.go @@ -16,7 +16,7 @@ import ( const ( defaultIAVLCacheSize = 10000 defaultIAVLNumRecent = 100 - defaultIAVLStoreEvery = 10000 + defaultIAVLStoreEvery = 1 ) // load the iavl store