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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user