From: Miroslav Lichvar Date: Mon, 27 Apr 2009 14:43:36 +0000 (+0200) Subject: Reduce request timeout in chronyc X-Git-Tag: 1.24-pre1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b81bfe41de677e0d6fb9890de740f8aa8ef700c;p=thirdparty%2Fchrony.git Reduce request timeout in chronyc --- diff --git a/client.c b/client.c index 66f297fb..54b640f5 100644 --- a/client.c +++ b/client.c @@ -1154,7 +1154,7 @@ submit_request(CMD_Request *request, CMD_Reply *reply, int *reply_auth_ok) request->token = htonl(token); - timeout_seconds = 120; + timeout_seconds = 2; n_attempts = 0;