mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:52:04 -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>
|
<term><command>resolver-query-timeout</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The amount of time the resolver will spend attempting
|
The amount of time in seconds that the resolver
|
||||||
to resolve a recursive query before failing. The default
|
will spend attempting to resolve a recursive
|
||||||
and minimum is <literal>10</literal> and the maximum is
|
query before failing. The default and minimum
|
||||||
<literal>30</literal>. Setting it to <literal>0</literal>
|
is <literal>10</literal> and the maximum is
|
||||||
will result in the default being used.
|
<literal>30</literal>. Setting it to
|
||||||
|
<literal>0</literal> will result in the default
|
||||||
|
being used.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue