mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
eth/catalyst: increase update consensus timeout (#26840)
Increases the time between consensus updates that we give the CL before we start warning the user.
This commit is contained in:
parent
48d1bf0678
commit
d8066dcde8
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ const (
|
||||||
// beaconUpdateConsensusTimeout is the max time allowed for a beacon client
|
// beaconUpdateConsensusTimeout is the max time allowed for a beacon client
|
||||||
// to send a consensus update before it's considered offline and the user is
|
// to send a consensus update before it's considered offline and the user is
|
||||||
// warned.
|
// warned.
|
||||||
beaconUpdateConsensusTimeout = 30 * time.Second
|
beaconUpdateConsensusTimeout = 2 * time.Minute
|
||||||
|
|
||||||
// beaconUpdateWarnFrequency is the frequency at which to warn the user that
|
// beaconUpdateWarnFrequency is the frequency at which to warn the user that
|
||||||
// the beacon client is offline.
|
// the beacon client is offline.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue