Skip to content

Commit

Permalink
set default snapshotlimit to 0 (#4693)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophoah committed Jun 16, 2024
1 parent 1603870 commit b02ea4c
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 @@ -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,
Expand Down

0 comments on commit b02ea4c

Please sign in to comment.