From: Otto Moerbeek Date: Thu, 23 May 2024 08:11:21 +0000 (+0200) Subject: Apply suggestions from code review X-Git-Tag: rec-5.1.0-beta1~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfbf73a6f7ea6819aa163b2863360edc1e5baba;p=thirdparty%2Fpdns.git Apply suggestions from code review Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/RECURSOR-MIB.txt b/pdns/recursordist/RECURSOR-MIB.txt index 339d8472fd..656ba9dc24 100644 --- a/pdns/recursordist/RECURSOR-MIB.txt +++ b/pdns/recursordist/RECURSOR-MIB.txt @@ -60,7 +60,7 @@ rec MODULE-IDENTITY REVISION "202306080000Z" DESCRIPTION "Added metrics for NOD and UDR events" - REVISION "202311060000Z" + REVISION "202405230000Z" DESCRIPTION "Added metrics for maximum chain length and weight" ::= { powerdns 2 } diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 5075ed038e..e16200c7d1 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1460,7 +1460,7 @@ 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 mitigates this. +might result in a large outgoing traffic spike. 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. ''',