nghttpx: Clarify --num-accept=0 case
This commit is contained in:
parent
6a39de0ae5
commit
f0c7839f25
|
@ -900,7 +900,8 @@ Performance:
|
||||||
<< util::utos_with_unit(get_config()->downstream_response_buffer_size)
|
<< util::utos_with_unit(get_config()->downstream_response_buffer_size)
|
||||||
<< R"(
|
<< R"(
|
||||||
--num-accept=<N>
|
--num-accept=<N>
|
||||||
The number of connections acceptor can accept at once.
|
The number of connections acceptor can accept at once.
|
||||||
|
0 means unlimited.
|
||||||
Default: )" << get_config()->num_accept << R"(
|
Default: )" << get_config()->num_accept << R"(
|
||||||
--accept-delay=<T>
|
--accept-delay=<T>
|
||||||
Acceptors get idle in <T> amount of time after they
|
Acceptors get idle in <T> amount of time after they
|
||||||
|
|
Loading…
Reference in New Issue