From 8789f39b1263de961648b98ec7f8e24580c8c254 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Thu, 20 Aug 2015 15:36:27 -0500 Subject: [PATCH] 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". --- doc/arm/Bv9ARM-book.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 62afeccbdc..9cedeacc0f 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.