Update webstats_common.lua
This commit is contained in:
parent
ee93d2fc21
commit
8bdd24daa1
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue