Update common.lua

pull/221/head
midoks 3 years ago
parent 1f8785acbc
commit 662e05511f
  1. 2
      plugins/op_waf/waf/lua/common.lua

@ -105,7 +105,7 @@ function _M.cron(self)
local res, err = stmt2:step() local res, err = stmt2:step()
if tostring(res) == "5" then if tostring(res) == "5" then
self.D("waf the step database connection is busy, so it will be stored later.") self:D("waf the step database connection is busy, so it will be stored later.")
return false return false
end end
stmt2:reset() stmt2:reset()

Loading…
Cancel
Save