Merge PR #1590: store: Setting default back to archive mode / no pruning
This commit is contained in:
commit
0d6f99d6d5
@ -16,7 +16,7 @@ import (
|
||||
const (
|
||||
defaultIAVLCacheSize = 10000
|
||||
defaultIAVLNumRecent = 100
|
||||
defaultIAVLStoreEvery = 10000
|
||||
defaultIAVLStoreEvery = 1
|
||||
)
|
||||
|
||||
// load the iavl store
|
||||
|
||||
Loading…
Reference in New Issue
Block a user