]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: remove worker.id and worker.count
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 3 Jan 2020 14:30:25 +0000 (15:30 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:15 +0000 (10:38 +0100)
These do not work with systemd integration anyway.

daemon/bindings/worker.rst

index 63e9da451c2c7597fa0aa6284e9015a8056aca16..9ba7cd5a46667d3553ad40df2a3c2b419c88cf2a 100644 (file)
@@ -1,4 +1,3 @@
-
 Scripting worker
 ^^^^^^^^^^^^^^^^
 
@@ -6,15 +5,6 @@ Worker is a service over event loop that tracks and schedules outstanding querie
 you can see the statistics or schedule new queries. It also contains information about
 specified worker count and process rank.
 
-.. envvar:: worker.count
-
-   Return current total worker count (e.g. `1` for single-process)
-
-.. envvar:: worker.id
-
-   Return current worker ID (starting from `0` up to `worker.count - 1`)
-
-
 .. envvar:: worker.pid
 
    Current worker process PID (number).