diff options
author | Kim Alvefur <zash@zash.se> | 2021-07-13 02:05:35 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-07-13 02:05:35 +0200 |
commit | b313c33a8ea13fd6ccde8c94c254173d87c9f9c4 (patch) | |
tree | 2c6ff8e1e11e7df6033230759202564dba619161 /net | |
parent | ca51cdad381f87a3b76ed216e6751cd18db0c25a (diff) | |
download | prosody-b313c33a8ea13fd6ccde8c94c254173d87c9f9c4.tar.gz prosody-b313c33a8ea13fd6ccde8c94c254173d87c9f9c4.zip |
net.server_epoll: Fix typo
Diffstat (limited to 'net')
-rw-r--r-- | net/server_epoll.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/server_epoll.lua b/net/server_epoll.lua index f93809b4..ec27861c 100644 --- a/net/server_epoll.lua +++ b/net/server_epoll.lua @@ -54,7 +54,7 @@ local default_config = { __index = { -- If accepting a new incoming connection fails, wait this long before trying again accept_retry_interval = 10; - -- If there is still more data to read from LuaSocktes buffer, wait this long and read again + -- If there is still more data to read from LuaSockets buffer, wait this long and read again read_retry_delay = 1e-06; -- Size of chunks to read from sockets |