Skip to content

Commit

Permalink
eth/catalyst: increase update consensus timeout (ethereum#26840)
Browse files Browse the repository at this point in the history
 Increases the time between consensus updates that we give the CL before we start warning the user.
  • Loading branch information
MariusVanDerWijden authored and mmsqe committed Dec 7, 2023
1 parent e25bae1 commit 4f9caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/catalyst/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const (
// beaconUpdateConsensusTimeout is the max time allowed for a beacon client
// to send a consensus update before it's considered offline and the user is
// warned.
beaconUpdateConsensusTimeout = 30 * time.Second
beaconUpdateConsensusTimeout = 2 * time.Minute

// beaconUpdateWarnFrequency is the frequency at which to warn the user that
// the beacon client is offline.
Expand Down

0 comments on commit 4f9caac

Please sign in to comment.