Update webstats_common.lua

This commit is contained in:
dami 2026-07-05 03:36:26 +08:00
parent bc1437dac4
commit 64c9942ee1
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
1. getInstance()
2. 使 ngx.shared.mw_total
3. SQLite
4. 0.1
4. 0.5
webstats_log.lua () -> ngx.shared.mw_total () -> cron() () -> SQLite ()
@ -756,7 +756,7 @@ function _M.cron(self)
end
end
ngx.timer.every(0.1, timer_every_get_data_try)
ngx.timer.every(0.5, timer_every_get_data_try)
end