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
commit 0d6f99d6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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