]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Split `recursor.cpu_map` `doc`/`doc-new`
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 12 Nov 2025 18:49:03 +0000 (13:49 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 12 Nov 2025 18:49:03 +0000 (13:49 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-rust-lib/table.py

index 4b3a64f3766dbcabaa4784c19348d4fbcdc2fe2c..a53710db271a3f668496a099b4c48c12db9ef553 100644 (file)
@@ -443,7 +443,7 @@ Note that depending on the configuration the Recursor can start more threads.
 Typically these threads will sleep most of the time.
 These threads cannot be specified in this setting as their thread-ids are left unspecified.
  ''',
-        'doc' : '''
+        'doc-new' : '''
 Set CPU affinity for threads, asking the scheduler to run those threads on a single CPU, or a set of CPUs.
 This parameter accepts a space separated list of thread-id=cpu-id, or thread-id=cpu-id-1,cpu-id-2,...,cpu-id-N.
 For example, to make the worker thread 0 run on CPU id 0 and the worker thread 1 on CPUs 1 and 2: