diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-30 18:23:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-30 18:23:43 +0100 |
commit | 448257af39e57ddfd35b968c6ca18679ccd000a0 (patch) | |
tree | e4c5ea545a15770c644d4632ef5229df5a0d7d79 /net | |
parent | 160fd377426f1f447b7a696795cb52fa35decf52 (diff) | |
download | prosody-448257af39e57ddfd35b968c6ca18679ccd000a0.tar.gz prosody-448257af39e57ddfd35b968c6ca18679ccd000a0.zip |
net.server_epoll: Remove unused config option
Diffstat (limited to 'net')
-rw-r--r-- | net/server_epoll.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/server_epoll.lua b/net/server_epoll.lua index 5ec4aa5f..567d3154 100644 --- a/net/server_epoll.lua +++ b/net/server_epoll.lua @@ -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; |