From: Jeremy C. Reed Date: Thu, 20 Aug 2015 20:36:27 +0000 (-0500) Subject: mention resolver-query-timeout is in "seconds" X-Git-Tag: v9.11.0a1~536 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8789f39b;p=thirdparty%2Fbind9.git 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". --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 62afeccbdce..9cedeacc0fe 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -7595,11 +7595,13 @@ options { resolver-query-timeout - The amount of time the resolver will spend attempting - to resolve a recursive query before failing. The default - and minimum is 10 and the maximum is - 30. Setting it to 0 - 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 10 and the maximum is + 30. Setting it to + 0 will result in the default + being used.