Update init_worker.lua

pull/368/head
midoks 2 years ago
parent 3a6e2e6e4b
commit f500dcac8b
  1. 5
      plugins/op_waf/waf/lua/init_worker.lua

@ -15,6 +15,11 @@ local json = require "cjson"
local __C = require "waf_common"
local C = __C:getInstance()
local waf_config = require "waf_config"
local waf_site_config = require "waf_site"
C:setConfData(waf_config, waf_site_config)
C:setDebug(true)
local function timer_stats_total_log(premature)
C:timer_stats_total()
end

Loading…
Cancel
Save