diff --git a/net/server_epoll.lua b/net/server_epoll.lua index faa6a1b54..fa275d712 100644 --- a/net/server_epoll.lua +++ b/net/server_epoll.lua @@ -68,8 +68,7 @@ local default_config = { __index = { min_wait = 0.001; -- Enable extra noisy debug logging - -- TODO disable once considered stable - verbose = true; + verbose = false; -- EXPERIMENTAL -- Whether to kill connections in case of callback errors.