net.server_epoll: Remove unused config option

This commit is contained in:
Kim Alvefur 2018-11-30 18:23:43 +01:00
parent 160fd37742
commit 448257af39

View file

@ -41,7 +41,6 @@ local default_config = { __index = {
accept_retry_interval = 10;
read_retry_delay = 1e-06;
read_size = 8192;
connect_timeout = 20;
handshake_timeout = 60;
max_wait = 86400;
min_wait = 1e-06;