From dcfbf73a6f7ea6819aa163b2863360edc1e5baba Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 23 May 2024 10:11:21 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Remi Gacogne --- pdns/recursordist/RECURSOR-MIB.txt | 2 +- pdns/recursordist/settings/table.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ''', -- 2.47.2