Skip to content
Snippets Groups Projects
Commit 456cfbd9 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Wording change for {udp,tcp}-workers reference

parent 20386d0e
Branches
Tags
No related merge requests found
......@@ -196,12 +196,14 @@ A PID file location.
\fIDefault:\fP \fI\%rundir\fP/knot.pid
.SS udp\-workers
.sp
A number of quering UDP workers (threads).
A number of UDP workers (threads) used to process incoming queries
over UDP.
.sp
\fIDefault:\fP auto\-estimated optimal value based on the number of online CPUs
.SS tcp\-workers
.sp
A number of quering TCP workers (threads).
A number of TCP workers (threads) used to process incoming queries
over TCP.
.sp
\fIDefault:\fP auto\-estimated optimal value based on the number of online CPUs
.SS background\-workers
......
......@@ -173,7 +173,8 @@ A PID file location.
udp-workers
-----------
A number of quering UDP workers (threads).
A number of UDP workers (threads) used to process incoming queries
over UDP.
*Default:* auto-estimated optimal value based on the number of online CPUs
......@@ -182,7 +183,8 @@ A number of quering UDP workers (threads).
tcp-workers
-----------
A number of quering TCP workers (threads).
A number of TCP workers (threads) used to process incoming queries
over TCP.
*Default:* auto-estimated optimal value based on the number of online CPUs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment