nghttpx: Longer downstream HTTP/1 idle connection timeout

This commit is contained in:
Tatsuhiro Tsujikawa 2014-12-03 23:00:53 +09:00
parent cbb5da5285
commit e180d8e594
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ void fill_default_config() {
mod_config()->stream_write_timeout = {0, 0};
// Timeout for pooled (idle) connections
mod_config()->downstream_idle_read_timeout = {60, 0};
mod_config()->downstream_idle_read_timeout = {600, 0};
// window bits for HTTP/2 and SPDY upstream/downstream connection
// per stream. 2**16-1 = 64KiB-1, which is HTTP/2 default. Please