mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
DOC: configuration: explicit multi-choice on bind shards option
From the documentation, this wasn't clear enough that shards should be followed by one of the options number / by-thread / by-group. Align it with existing options in documentation so that it becomes more explicit.
This commit is contained in:
parent
17df04ff09
commit
824bb93e18
@ -16916,7 +16916,7 @@ severity-output <format>
|
||||
- "string" severity level is prepended as a string following the
|
||||
rfc5424 convention.
|
||||
|
||||
shards <number> | by-thread | by-group
|
||||
shards { <number> | by-thread | by-group }
|
||||
In multi-threaded mode, on operating systems supporting multiple listeners on
|
||||
the same IP:port, this will automatically create this number of multiple
|
||||
identical listeners for the same line, all bound to a fair share of the number
|
||||
|
Loading…
Reference in New Issue
Block a user