mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net.server_epoll: Fix typo
This commit is contained in:
parent
ca51cdad38
commit
b313c33a8e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ local default_config = { __index = {
|
||||||
-- If accepting a new incoming connection fails, wait this long before trying again
|
-- If accepting a new incoming connection fails, wait this long before trying again
|
||||||
accept_retry_interval = 10;
|
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;
|
read_retry_delay = 1e-06;
|
||||||
|
|
||||||
-- Size of chunks to read from sockets
|
-- Size of chunks to read from sockets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue