Skip to content

Commit 824bb93

Browse files
mougamswtarreau
authored andcommitted
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.
1 parent 17df04f commit 824bb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16916,7 +16916,7 @@ severity-output <format>
1691616916
- "string" severity level is prepended as a string following the
1691716917
rfc5424 convention.
1691816918

16919-
shards <number> | by-thread | by-group
16919+
shards { <number> | by-thread | by-group }
1692016920
In multi-threaded mode, on operating systems supporting multiple listeners on
1692116921
the same IP:port, this will automatically create this number of multiple
1692216922
identical listeners for the same line, all bound to a fair share of the number

0 commit comments

Comments
 (0)