From 79469b72561a4d21776d9379651ae6b1c6455b99 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 30 Jan 2023 11:01:35 +0100 Subject: [PATCH] Typos and better words from @rgacogne --- pdns/recursordist/docs/changelog/4.8.rst | 2 +- pdns/recursordist/docs/upgrade.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.2