mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #491 from thanhnguyennguyen/decrease-checkpoint-timeout
Decreasing checkpoint timeout (resolve #488)
This commit is contained in:
commit
95dff6ee2d
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