From f0c7839f2549d727bb3df3ac5c756557ab419f96 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 28 Jan 2015 00:39:56 +0900 Subject: [PATCH] nghttpx: Clarify --num-accept=0 case --- src/shrpx.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index 27bf99e1..bf43f809 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -900,7 +900,8 @@ Performance: << util::utos_with_unit(get_config()->downstream_response_buffer_size) << R"( --num-accept= - 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= Acceptors get idle in amount of time after they