Update webstats_common.lua

This commit is contained in:
midoks 2022-10-20 12:45:24 +08:00
parent 0ad5e74fae
commit 0eccebd9da
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ function _M.getInstance(self)
if rawget(self, "instance") == nil then
rawset(self, "instance", self.new())
if 0 == ngx.worker.id() then
self:cron()
end
-- if 0 == ngx.worker.id() then
self:cron()
-- end
end
assert(self.instance ~= nil)
return self.instance