Update webstats_common.lua

This commit is contained in:
midoks 2022-11-05 23:37:16 +08:00
parent ee93d2fc21
commit 8bdd24daa1
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ function _M.cron(self)
-- self:D("--【"..tostring(llen).."】, elapsed: " .. tostring(ngx.now() - begin))
end
ngx.timer.every(0.5, timer_every_get_data)
ngx.timer.every(1, timer_every_get_data)
end