Skip to content

Commit

Permalink
fix: fix default BlockAmountReserved
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjunLi committed May 27, 2024
1 parent e4ac4f0 commit 8c11ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server.
Name: "block-amount-reserved",
Usage: "Sets the expected remained amount of blocks for offline block prune",
Category: flags.BlockHistoryCategory,
Value: 90000,
Value: params.FullImmutabilityThreshold,
}

CheckSnapshotWithMPT = &cli.BoolFlag{
Expand Down

0 comments on commit 8c11ccb

Please sign in to comment.