From 93d371393116522af468f785cf0f16f359d93e4b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 5 Feb 2026 15:36:42 +0100 Subject: [PATCH] Update versionadded in docs Signed-off-by: Otto Moerbeek --- pdns/recursordist/rec-rust-lib/table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index 4f2beb2c94..23a1eb168d 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -1531,7 +1531,7 @@ See :ref:`handling-of-root-hints` for more information on this. Maximum size of storage used by a single record cache entry. Entries larger than this number will not be stored. Zero means no limit. ''', - 'versionadded': ['5.1.10', '5.2.8', '5.3.5', '5.4.0'], + 'versionadded': ['5.1.10', '5.2.8', '5.3.5'], }, { 'name' : 'max_concurrent_requests_per_tcp_connection', @@ -1620,7 +1620,7 @@ Maximum number of Packet Cache entries. Sharded and shared by all threads since Maximum size of packets stored in the packet cache. Packets larger than this number will not be stored. Zero means no limit. ''', - 'versionadded': ['5.1.10', '5.2.8', '5.3.5', '5.4.0'], + 'versionadded': ['5.1.10', '5.2.8', '5.3.5'], }, { 'name' : 'max_qperq', -- 2.47.3