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 authored and yysung1123 committed Aug 12, 2024
1 parent 7dfcaad commit d9be55e
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

// LightImmutabilityThreshold is the number of blocks after which a header chain
// segment is considered immutable for light client(i.e. soft finality). It is used by
Expand Down

0 comments on commit d9be55e

Please sign in to comment.