]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add 'versionadded'
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Sep 2023 11:53:08 +0000 (13:53 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Sep 2023 11:53:08 +0000 (13:53 +0200)
pdns/recursordist/docs/settings.rst
pdns/recursordist/docs/yamlsettings.rst
pdns/recursordist/settings/table.py

index a6cda8236abaed4141a2303a5a03e1431c11ed13..c8be1e6aa1c2e96f1f839d9aa0390bd3866ed752 100644 (file)
@@ -2748,6 +2748,7 @@ Spawn this number of threads on startup.
 
 ``tcp-threads``
 ~~~~~~~~~~~~~~~
+.. versionadded:: 5.0.0
 
 -  Integer
 -  Default: 1
index 895dbf0040a4f3367527ada11067809d6e042e32..a2ef41882081640f7be910862e0329cb09e48e5f 100644 (file)
@@ -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``
index d2b8a903aaaae303b982e94eee59e4344a55490c..9fedfa37a38951eaa4c4f5b5470371ea4fbc651f 100644 (file)
@@ -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',