From: Otto Moerbeek Date: Wed, 13 Sep 2023 11:53:08 +0000 (+0200) Subject: Add 'versionadded' X-Git-Tag: rec-5.0.0-alpha2~58^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0117d33345a668e940e4510c32fbe36f1197d942;p=thirdparty%2Fpdns.git Add 'versionadded' --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index a6cda8236a..c8be1e6aa1 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -2748,6 +2748,7 @@ Spawn this number of threads on startup. ``tcp-threads`` ~~~~~~~~~~~~~~~ +.. versionadded:: 5.0.0 - Integer - Default: 1 diff --git a/pdns/recursordist/docs/yamlsettings.rst b/pdns/recursordist/docs/yamlsettings.rst index 895dbf0040..a2ef418820 100644 --- a/pdns/recursordist/docs/yamlsettings.rst +++ b/pdns/recursordist/docs/yamlsettings.rst @@ -2959,6 +2959,7 @@ A sequence of statistic names, that are prevented from being exported via SNMP, ``recursor.tcp_threads`` ^^^^^^^^^^^^^^^^^^^^^^^^ +.. versionadded:: 5.0.0 - Integer - Default: ``1`` diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index d2b8a903aa..9fedfa37a3 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -2594,6 +2594,7 @@ Spawn this number of threads on startup. 'doc' : ''' Spawn this number of TCP processing threads on startup. ''', + 'versionadded': '5.0.0' }, { 'name' : 'trace',