diff options
Diffstat (limited to 'local/require-signed-push')
-rwxr-xr-x | local/require-signed-push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/require-signed-push b/local/require-signed-push index dd6fb23..eef887b 100755 --- a/local/require-signed-push +++ b/local/require-signed-push @@ -126,7 +126,7 @@ verify_pusher_clock() { # This one should never happen unless the server's clock has gone backwards during the round trip period. [[ $DELTA_T2_T0 -lt 0 ]] && die "Server clock moved backwards during process, please report to infra@ and retry!" - CLOCK_DRIFT_LIMIT=5 + CLOCK_DRIFT_LIMIT=30 PUSH_LIMIT=60 _die=0 # Put the stricter check first, otherwise the weaker check will never be seen. |