From c24ab0e3f2eefbe0bc8be0647a54df979daa48f7 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 21 May 2024 12:48:47 +0200 Subject: [PATCH] Typos --- pdns/recursordist/RECURSOR-MIB.txt | 2 +- pdns/recursordist/settings/table.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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', -- 2.47.2