net.server_epoll: Fix typo

This commit is contained in:
Kim Alvefur 2021-07-13 02:05:35 +02:00
parent ca51cdad38
commit b313c33a8e

View file

@ -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