Skip to content

Commit d8066dc

Browse files
eth/catalyst: increase update consensus timeout (#26840)
Increases the time between consensus updates that we give the CL before we start warning the user.
1 parent 48d1bf0 commit d8066dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/catalyst/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const (
7272
// beaconUpdateConsensusTimeout is the max time allowed for a beacon client
7373
// to send a consensus update before it's considered offline and the user is
7474
// warned.
75-
beaconUpdateConsensusTimeout = 30 * time.Second
75+
beaconUpdateConsensusTimeout = 2 * time.Minute
7676

7777
// beaconUpdateWarnFrequency is the frequency at which to warn the user that
7878
// the beacon client is offline.

0 commit comments

Comments
 (0)