Merge pull request #491 from thanhnguyennguyen/decrease-checkpoint-timeout

Decreasing checkpoint timeout (resolve #488)
This commit is contained in:
Tuna 2019-04-11 13:56:24 +07:00 committed by GitHub
commit 95dff6ee2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ const (
// timeout waiting for M1 // timeout waiting for M1
waitPeriod = 10 waitPeriod = 10
// timeout for checkpoint. // timeout for checkpoint.
waitPeriodCheckpoint = 120 // 2 mins waitPeriodCheckpoint = 20
) )
// Agent can register themself with the worker // Agent can register themself with the worker