mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
timer support more than 497 days
This commit is contained in:
@@ -89,7 +89,6 @@ static const char * load_config = "\
|
||||
local code = assert(f:read \'*a\')\
|
||||
local function getenv(name) return assert(os.getenv(name), name) end\
|
||||
code = string.gsub(code, \'%$([%w_%d]+)\', getenv)\
|
||||
print(code)\
|
||||
f:close()\
|
||||
local result = {}\
|
||||
assert(load(code,\'=(load)\',\'t\',result))()\
|
||||
|
||||
Reference in New Issue
Block a user