nghttpx: Increase default backlog

This commit is contained in:
Tatsuhiro Tsujikawa 2017-01-20 23:06:24 +09:00
parent 89ddc47616
commit db938afd66
1 changed files with 1 additions and 1 deletions

View File

@ -1447,7 +1447,7 @@ void fill_default_config(Config *config) {
auto &listenerconf = connconf.listener;
{
// Default accept() backlog
listenerconf.backlog = 512;
listenerconf.backlog = 65536;
listenerconf.timeout.sleep = 30_s;
}
}