mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Decreasing checkpoint timeout (resolve #488)
This commit is contained in:
parent
6a6720525b
commit
1efbb4e9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const (
|
|||
// timeout waiting for M1
|
||||
waitPeriod = 10
|
||||
// timeout for checkpoint.
|
||||
waitPeriodCheckpoint = 120 // 2 mins
|
||||
waitPeriodCheckpoint = 20
|
||||
)
|
||||
|
||||
// Agent can register themself with the worker
|
||||
|
|
|
|||
Loading…
Reference in a new issue