diff --git a/cmd/harmony/default.go b/cmd/harmony/default.go index 22b964b997..0d546da5e9 100644 --- a/cmd/harmony/default.go +++ b/cmd/harmony/default.go @@ -278,7 +278,7 @@ var defaultCacheConfig = harmonyconfig.CacheConfig{ TrieNodeLimit: 256, TriesInMemory: 128, TrieTimeLimit: 2 * time.Minute, - SnapshotLimit: 256, + SnapshotLimit: 0, SnapshotWait: true, Preimages: true, SnapshotNoBuild: false,