]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
mention resolver-query-timeout is in "seconds"
authorJeremy C. Reed <jreed@isc.org>
Thu, 20 Aug 2015 20:36:27 +0000 (15:36 -0500)
committerJeremy C. Reed <jreed@isc.org>
Thu, 20 Aug 2015 20:36:27 +0000 (15:36 -0500)
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".

doc/arm/Bv9ARM-book.xml

index 62afeccbdce68c102b4cce555497b2c5567b8f94..9cedeacc0fe42e538632e8fd4753f5fea9d91aed 100644 (file)
@@ -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>