nghttpx: Clarify --num-accept=0 case

This commit is contained in:
Tatsuhiro Tsujikawa 2015-01-28 00:39:56 +09:00
parent 6a39de0ae5
commit f0c7839f25
1 changed files with 2 additions and 1 deletions

View File

@ -900,7 +900,8 @@ Performance:
<< util::utos_with_unit(get_config()->downstream_response_buffer_size)
<< R"(
--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"(
--accept-delay=<T>
Acceptors get idle in <T> amount of time after they