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:
Jeremy C. Reed
2015-08-20 15:36:27 -05:00
parent 2c210d117e
commit 8789f39b12

View File

@@ -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>