Merge PR #1590: store: Setting default back to archive mode / no pruning

This commit is contained in:
Christopher Goes
2018-07-09 19:23:01 +02:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ import (
const (
defaultIAVLCacheSize = 10000
defaultIAVLNumRecent = 100
defaultIAVLStoreEvery = 10000
defaultIAVLStoreEvery = 1
)
// load the iavl store