]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 23 May 2024 08:11:21 +0000 (10:11 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 08:11:21 +0000 (10:11 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/RECURSOR-MIB.txt
pdns/recursordist/settings/table.py

index 339d8472fdde616e607e47c6a56e45411be3d322..656ba9dc243a4d7ad12d566e7298d7f09e489c42 100644 (file)
@@ -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 }
index 5075ed038e7b65f2ac28d58763e3609097b04f86..e16200c7d11e708318c2c1826179766cadfa7704 100644 (file)
@@ -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.
 ''',