mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 06:02:37 -04:00
mention resolver-query-timeout is in "seconds"
I didn't get this reviewed but looked at source where dns_resolver_settimeout value is called "seconds" and the comments for the maximum and default macros say "seconds".
This commit is contained in:
parent
2c210d117e
commit
8789f39b12
1 changed files with 7 additions and 5 deletions
|
|
@ -7595,11 +7595,13 @@ options {
|
|||
<term><command>resolver-query-timeout</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The amount of time the resolver will spend attempting
|
||||
to resolve a recursive query before failing. The default
|
||||
and minimum is <literal>10</literal> and the maximum is
|
||||
<literal>30</literal>. Setting it to <literal>0</literal>
|
||||
will result in the default being used.
|
||||
The amount of time in seconds that the resolver
|
||||
will spend attempting to resolve a recursive
|
||||
query before failing. The default and minimum
|
||||
is <literal>10</literal> and the maximum is
|
||||
<literal>30</literal>. Setting it to
|
||||
<literal>0</literal> will result in the default
|
||||
being used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue