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