]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] revise CHANGES and release notes to say glue-cache is on by default
authorEvan Hunt <each@isc.org>
Thu, 10 Aug 2017 04:47:43 +0000 (21:47 -0700)
committerEvan Hunt <each@isc.org>
Thu, 10 Aug 2017 04:48:51 +0000 (21:48 -0700)
CHANGES
doc/arm/Bv9ARM-book.xml
doc/arm/notes.xml

diff --git a/CHANGES b/CHANGES
index 0b20a7479a5c7580535517ec5ec4999d1ca7319a..ea34d8a2293f84de9dd4fc8d9f83b6570574ce40 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -42,9 +42,7 @@
                        [RT #44696]
 
 4664.  [func]          Add a "glue-cache" option to enable or disable the
-                       glue cache. The default is "no" to reduce memory
-                       usage, but enabling this option will improve
-                       performance in delegation-heavy zones. [RT #45125]
+                       glue cache. The default is "yes". [RT #45125]
 
 4663.  [cleanup]       Clarify error message printed by dnssec-dsfromkey.
                        [RT #21731]
index ac9a802bf4bd0c6cfa5280b2dd6f5610cda6154c..486a76b912ed0036b592c78168aba251a9939fcd 100644 (file)
@@ -6408,10 +6408,9 @@ options {
                <para>
                  The glue cache uses memory proportional to the number
                  of delegations in the zone. The default setting is
-                 <userinput>yes</userinput> which improves performance
+                 <userinput>yes</userinput>, which improves performance
                  at the cost of increased memory usage for the zone. If
-                 you don't want this, please set it to
-                 <userinput>no</userinput>.
+                 you don't want this, set it to <userinput>no</userinput>.
                </para>
                <para>
                  The glue cache is only used when
index 34d669ec3821394f8d8bdd8f01ccbc722cb36cff..81376bfc1d1cffac3f2914eb83a30e592656fd4c 100644 (file)
            <para>
              In place of the acache, <command>named</command> can now use
              a glue cache to speed up retrieval of glue records when sending
-             delegation responses. Use <command>glue-cache yes;</command>
-             to enable this feature. Because it increases memory usage,
-             the glue cache is disabled by default, but it can signifiantly
-             increase performance when serving delegation-heavy zones.
+             delegation responses.  Unlike acache, this feature is on by
+             default; use <command>glue-cache no;</command> to disable it.
            </para>
          </listitem>
          <listitem>