From 68d52f26ec39e2ac78903225febad723571a5ffd Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 31 Jan 2023 11:18:10 +0100 Subject: [PATCH] rec: Fix inbalance -> imbalance in the upgrade guide --- pdns/recursordist/docs/upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2