Skip to content

Commit 5ec19bc

Browse files
authored
default SnapshotLimit to 0 (#4742)
1 parent 8c40804 commit 5ec19bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/harmony/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ var defaultCacheConfig = harmonyconfig.CacheConfig{
284284
TrieNodeLimit: 256,
285285
TriesInMemory: 128,
286286
TrieTimeLimit: 2 * time.Minute,
287-
SnapshotLimit: 256,
287+
SnapshotLimit: 0,
288288
SnapshotWait: true,
289289
Preimages: true,
290290
SnapshotNoBuild: false,

0 commit comments

Comments
 (0)