server_epoll: Increase write timeout

7 may be too low for some slow machines and/or networks
This commit is contained in:
Kim Alvefur 2018-11-30 18:11:36 +01:00
parent d21439da5c
commit 160fd37742

View file

@ -36,7 +36,7 @@ local _ENV = nil;
local default_config = { __index = {
read_timeout = 14 * 60;
write_timeout = 7;
write_timeout = 60;
tcp_backlog = 128;
accept_retry_interval = 10;
read_retry_delay = 1e-06;