mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 12:55:07 -05:00
client: shorten default timeout with localhost and async resolving
When chronyd is compiled with asynchronous name resolving, it should always respond quickly. Shorten the default chronyc timeout for localhost.
This commit is contained in:
@@ -4266,7 +4266,9 @@ in milliseconds. If no response is received from @code{chronyd}, the timeout is
|
||||
doubled and the request is resent. The maximum number of retries is configured
|
||||
with the @code{retries} command (@pxref{retries command}).
|
||||
|
||||
The default is 1000 milliseconds.
|
||||
By default, the timeout is 1000 milliseconds or 100 milliseconds if
|
||||
@code{chronyc} is contacting localhost (i.e. the `-h' option wasn't specified)
|
||||
and @code{chronyd} was compiled with asynchronous name resolving.
|
||||
@c }}}
|
||||
@c {{{ tracking
|
||||
@node tracking command
|
||||
|
||||
Reference in New Issue
Block a user