setting default to archive mode / no pruning

This commit is contained in:
Jeremiah Andrews 2018-07-07 12:34:11 -07:00
parent 4d303ce745
commit 4c5850d405

View File

@ -16,7 +16,7 @@ import (
const (
defaultIAVLCacheSize = 10000
defaultIAVLNumRecent = 100
defaultIAVLStoreEvery = 10000
defaultIAVLStoreEvery = 1
)
// load the iavl store