]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix inbalance -> imbalance in the upgrade guide 12491/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Jan 2023 10:18:10 +0000 (11:18 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Jan 2023 10:18:10 +0000 (11:18 +0100)
pdns/recursordist/docs/upgrade.rst

index 6289417d6b78967e5583c8932eb5492579a19a2b..8818dd06b6b53bc1cd9f25aff597b39099cca69b 100644 (file)
@@ -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.