]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typos and better words from @rgacogne 12485/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 30 Jan 2023 10:01:35 +0000 (11:01 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 30 Jan 2023 10:06:47 +0000 (11:06 +0100)
pdns/recursordist/docs/changelog/4.8.rst
pdns/recursordist/docs/upgrade.rst

index db4b4d8c0f4f3384114fe33b9cba83e1944bd16e..0b2c98cc9ca1ed42db5657af36bcaf942322231b 100644 (file)
@@ -45,7 +45,7 @@ Changelogs for 4.8.X
     :pullreq: 12408
     :tickets: 12407
 
-    Do not chain ECS enabled queries, ity can cause the wrong scope to be used for outgoing queries.
+    Do not chain ECS enabled queries, it can cause the wrong scope to be used for outgoing queries.
 
   .. change::
     :tags: Bug Fixes
index 842bf0315d89e99d248e7858936845de670bd994..6289417d6b78967e5583c8932eb5492579a19a2b 100644 (file)
@@ -21,9 +21,9 @@ Additionally, most ``RCodes`` and ``QTypes`` that are marked ``Unassigned``, ``R
 
 Cache eviction policy
 ^^^^^^^^^^^^^^^^^^^^^
-The cache eviction policy for the record and the negative cache has been improved to not create inbalance between shards.
-The maximum size of the negative cache is now 1/8 of the size of the record cache and its number of shards is 1/8 of the :ref:`setting-record-cache-shards` settting.
-Previously the size was 1/10 of the record cache size and and the number of shards was equal to the
+The cache eviction policy for the record and the negative caches has been improved to reduce inbalance between shards.
+The maximum size of the negative cache is now 1/8th of the size of the record cache and its number of shards is 1/8th of the :ref:`setting-record-cache-shards` setting.
+Previously the size was 1/10th of the record cache size and the number of shards was equal to the
 number of shards of the record cache.
 The ``rec_control dump-cache`` command now prints more information about shards.