Skip to content

Commit

Permalink
Config: Set relay profile's MaxBalanceHistoryLookback to 22000 (#5918)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf authored Jan 23, 2024
1 parent 2e0644c commit a12324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/algocfg/profileCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var (
relay = configUpdater{
description: "Relay consensus messages across the network and support catchup.",
updateFunc: func(cfg config.Local) config.Local {
cfg.MaxBlockHistoryLookback = 20000
cfg.MaxBlockHistoryLookback = 22000 // Enough to support 2 catchpoints with some wiggle room for nodes to catch up from the older one
cfg.CatchpointFileHistoryLength = 3
cfg.CatchpointTracking = 2
cfg.EnableLedgerService = true
Expand Down

0 comments on commit a12324f

Please sign in to comment.