From: Mark Andrews Date: Fri, 20 Aug 2010 01:40:14 +0000 (+0000) Subject: 2946. [doc] Document the default values for the minimum and maximum X-Git-Tag: v9.5.3rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca549c384698a2dfafb2c71be2925091b25a8529;p=thirdparty%2Fbind9.git 2946. [doc] Document the default values for the minimum and maximum zone refresh and retry values in the ARM. [RT #21886] --- diff --git a/CHANGES b/CHANGES index 3d464221085..cfd3335006b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2946. [doc] Document the default values for the minimum and maximum + zone refresh and retry values in the ARM. [RT #21886] + 2945. [doc] Update empty-zones list in ARM. [RT #21772] 2944. [maint] Remove ORCHID prefix from built in empty zones. diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 885bb6db649..405d8e0f64f 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -35,7 +35,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + BIND 9 Administrator Reference Manual @@ -7794,6 +7794,14 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; and clamp the SOA refresh and retry times to the specified values. + + The following defaults apply. + min-refresh-time 300 seconds, + max-refresh-time 2419200 seconds + (4 weeks), min-retry-time 500 seconds, + and max-retry-time 1209600 seconds + (2 weeks). +