From 88bd4eb0b4539631163eda3deade45e4f2756aa9 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 15 Dec 2023 13:14:39 +0100 Subject: [PATCH] Move change to version 5.1.0 --- pdns/recursordist/settings/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 37fae870b6..71f981a51d 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -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', -- 2.47.2