From: Remi Gacogne Date: Tue, 31 Jan 2023 10:18:10 +0000 (+0100) Subject: rec: Fix inbalance -> imbalance in the upgrade guide X-Git-Tag: dnsdist-1.8.0-rc1~64^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68d52f26ec39e2ac78903225febad723571a5ffd;p=thirdparty%2Fpdns.git rec: Fix inbalance -> imbalance in the upgrade guide --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 6289417d6b..8818dd06b6 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -21,7 +21,7 @@ Additionally, most ``RCodes`` and ``QTypes`` that are marked ``Unassigned``, ``R Cache eviction policy ^^^^^^^^^^^^^^^^^^^^^ -The cache eviction policy for the record and the negative caches has been improved to reduce inbalance between shards. +The cache eviction policy for the record and the negative caches has been improved to reduce imbalance 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.