]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Move change to version 5.1.0 13566/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 15 Dec 2023 12:14:39 +0000 (13:14 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 15 Dec 2023 12:14:39 +0000 (13:14 +0100)
pdns/recursordist/settings/table.py

index 37fae870b63ab42041305e2617706dec7c5f9e02..71f981a51d53072bf0f2a377f40ba449c41260d8 100644 (file)
@@ -1504,7 +1504,7 @@ Maximum number of Packet Cache entries. Sharded and shared by all threads since
 The maximum number of outgoing queries that will be sent out during the resolution of a single client query.
 This is used to avoid cycles resolving names.
  ''',
-        'versionchanged': ('5.0.0', 'The default used to be 60, with an extra allowance if qname minimization was enabled. Having better algorithms allows for a lower default limit.'),
+        'versionchanged': ('5.1.0', 'The default used to be 60, with an extra allowance if qname minimization was enabled. Having better algorithms allows for a lower default limit.'),
     },
     {
         'name' : 'max_ns_address_qperq',