Commit db938afd authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Increase default backlog

parent 89ddc476
...@@ -1447,7 +1447,7 @@ void fill_default_config(Config *config) { ...@@ -1447,7 +1447,7 @@ void fill_default_config(Config *config) {
auto &listenerconf = connconf.listener; auto &listenerconf = connconf.listener;
{ {
// Default accept() backlog // Default accept() backlog
listenerconf.backlog = 512; listenerconf.backlog = 65536;
listenerconf.timeout.sleep = 30_s; listenerconf.timeout.sleep = 30_s;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment