From: Otto Moerbeek Date: Tue, 21 May 2024 10:48:47 +0000 (+0200) Subject: Typos X-Git-Tag: rec-5.1.0-beta1~22^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c24ab0e3f2eefbe0bc8be0647a54df979daa48f7;p=thirdparty%2Fpdns.git Typos --- diff --git a/pdns/recursordist/RECURSOR-MIB.txt b/pdns/recursordist/RECURSOR-MIB.txt index ba4f037e8c..339d8472fd 100644 --- a/pdns/recursordist/RECURSOR-MIB.txt +++ b/pdns/recursordist/RECURSOR-MIB.txt @@ -1466,7 +1466,7 @@ recGroup OBJECT-GROUP nodEvents, udrEvents, maxChainLength, - macChainWeight + maxChainWeight } STATUS current DESCRIPTION "Objects conformance group for PowerDNS Recursor" diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 2ac1fe069d..5075ed038e 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -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',