Mercurial > prosody-hg
comparison net/server_epoll.lua @ 9664:9e40ff07555c 0.11
net.server_epoll: Remove unused config option
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 30 Nov 2018 18:23:43 +0100 |
| parents | 1e63903d8a1e |
| children | 4790d1b88919 |
comparison
equal
deleted
inserted
replaced
| 9663:1e63903d8a1e | 9664:9e40ff07555c |
|---|---|
| 39 write_timeout = 60; | 39 write_timeout = 60; |
| 40 tcp_backlog = 128; | 40 tcp_backlog = 128; |
| 41 accept_retry_interval = 10; | 41 accept_retry_interval = 10; |
| 42 read_retry_delay = 1e-06; | 42 read_retry_delay = 1e-06; |
| 43 read_size = 8192; | 43 read_size = 8192; |
| 44 connect_timeout = 20; | |
| 45 handshake_timeout = 60; | 44 handshake_timeout = 60; |
| 46 max_wait = 86400; | 45 max_wait = 86400; |
| 47 min_wait = 1e-06; | 46 min_wait = 1e-06; |
| 48 }}; | 47 }}; |
| 49 local cfg = default_config.__index; | 48 local cfg = default_config.__index; |
