Skip to content

Commit

Permalink
change default for reap-frequency to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Jun 12, 2024
1 parent 90ac651 commit 6e96c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ func Flags() (*Config, support.ConfigOptions) {
Name: "reap-frequency",
ConfigKey: &config.ReapFrequency,
OptType: types.Uint,
FlagDefault: uint(7200),
FlagDefault: uint(120),
Usage: "the frequency in units of ledgers for how often history is reaped. " +
"A value of 1 implies history is trimmed after every ledger. " +
"A value of 2 implies history is trimmed on every second ledger.",
Expand Down

0 comments on commit 6e96c53

Please sign in to comment.