Skip to content

Commit

Permalink
params: enlarge the setting of StableStateThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
CaraWang committed Mar 6, 2024
1 parent ceba502 commit bf4eb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/network_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const (
CheckpointProcessConfirmations = 256

// StableStateThreshold is the reserve number of block state save to disk before delete ancientdb
StableStateThreshold uint64 = 128
StableStateThreshold uint64 = 86400

// FullImmutabilityThreshold is the number of blocks after which a chain segment is
// considered immutable (i.e. soft finality). It is used by the downloader as a
Expand Down

0 comments on commit bf4eb1b

Please sign in to comment.