]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typos
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 21 May 2024 10:48:47 +0000 (12:48 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 22 May 2024 12:13:14 +0000 (14:13 +0200)
pdns/recursordist/RECURSOR-MIB.txt
pdns/recursordist/settings/table.py

index ba4f037e8c0b4048c47ab7328ef9258c52ad7261..339d8472fdde616e607e47c6a56e45411be3d322 100644 (file)
@@ -1466,7 +1466,7 @@ recGroup OBJECT-GROUP
         nodEvents,
         udrEvents,
         maxChainLength,
-        macChainWeight
+        maxChainWeight
     }
     STATUS current
     DESCRIPTION "Objects conformance group for PowerDNS Recursor"
index 2ac1fe069d7da9f002f61cd87ab4b64ed74c3cea..5075ed038e7b65f2ac28d58763e3609097b04f86 100644 (file)
@@ -1460,11 +1460,11 @@ and also smaller than `max-mthreads`.
         'doc': '''
 The maximum number of queries that can be attached to an outgoing request chain. Attaching requests to a chain
 saves on outgoing queries, but the processing of a chain when the reply to the outgoing query comes in
-might result in a large outgoing traffic spikes. Reducing the maximum chain length mitigate this.
+might result in a large outgoing traffic spikes. Reducing the maximum chain length mitigates this.
 If this value is zero, no maximum is enforced, though the maximum number of mthreads (:ref:`setting-max-mthreads`)
 also limits the chain length.
 ''',
-        'versionadded': ['4.8.7', '4.9.4', '5.0.3']
+        'versionadded': '5.1.0'
     },
     {
         'name' : 'max_include_depth',