Software /
code /
prosody
Diff
net/server_epoll.lua @ 8555:4f0f5b49bb03
vairious: Add annotation when an empty environment is set [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Feb 2018 20:06:26 +0100 |
parent | 8552:1fcefc16a55d |
child | 8776:e7d4344e0fea |
line wrap: on
line diff
--- a/net/server_epoll.lua Wed Feb 28 18:12:20 2018 +0100 +++ b/net/server_epoll.lua Wed Feb 28 20:06:26 2018 +0100 @@ -28,6 +28,7 @@ assert(socket.tcp6 and socket.tcp4, "Incompatible LuaSocket version"); local _ENV = nil; +-- luacheck: std none local default_config = { __index = { read_timeout = 900;