We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d1bf0 commit d8066dcCopy full SHA for d8066dc
eth/catalyst/api.go
@@ -72,7 +72,7 @@ const (
72
// beaconUpdateConsensusTimeout is the max time allowed for a beacon client
73
// to send a consensus update before it's considered offline and the user is
74
// warned.
75
- beaconUpdateConsensusTimeout = 30 * time.Second
+ beaconUpdateConsensusTimeout = 2 * time.Minute
76
77
// beaconUpdateWarnFrequency is the frequency at which to warn the user that
78
// the beacon client is offline.
0 commit comments