mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:02:05 -04:00
Document shorter resolver-query-timeout configuration
The lower limit is now 301 milliseconds instead of 10000 milliseconds.
This commit is contained in:
parent
d6a79cce53
commit
621149c50a
1 changed files with 2 additions and 2 deletions
|
|
@ -3132,8 +3132,8 @@ for details on how to specify IP address lists.
|
|||
|
||||
This is the amount of time in milliseconds that the resolver spends
|
||||
attempting to resolve a recursive query before failing. The default
|
||||
and minimum is ``10000`` and the maximum is ``30000``. Setting it to
|
||||
``0`` results in the default being used.
|
||||
is ``10000``, the minimum is ``301`` and the maximum is ``30000``.
|
||||
Setting it to ``0`` results in the default being used.
|
||||
|
||||
This value was originally specified in seconds. Values less than or
|
||||
equal to 300 are treated as seconds and converted to
|
||||
|
|
|
|||
Loading…
Reference in a new issue