From: Otto Moerbeek Date: Mon, 30 Jan 2023 10:01:35 +0000 (+0100) Subject: Typos and better words from @rgacogne X-Git-Tag: dnsdist-1.8.0-rc1~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79469b72561a4d21776d9379651ae6b1c6455b99;p=thirdparty%2Fpdns.git Typos and better words from @rgacogne --- diff --git a/pdns/recursordist/docs/changelog/4.8.rst b/pdns/recursordist/docs/changelog/4.8.rst index db4b4d8c0f..0b2c98cc9c 100644 --- a/pdns/recursordist/docs/changelog/4.8.rst +++ b/pdns/recursordist/docs/changelog/4.8.rst @@ -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 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 842bf0315d..6289417d6b 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -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.