Skip to content

Commit

Permalink
default SnapshotLimit to 0 (#4742)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophoah authored Aug 26, 2024
1 parent 8c40804 commit 5ec19bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/harmony/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ var defaultCacheConfig = harmonyconfig.CacheConfig{
TrieNodeLimit: 256,
TriesInMemory: 128,
TrieTimeLimit: 2 * time.Minute,
SnapshotLimit: 256,
SnapshotLimit: 0,
SnapshotWait: true,
Preimages: true,
SnapshotNoBuild: false,
Expand Down

0 comments on commit 5ec19bc

Please sign in to comment.