mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
lowered SVS queue process time limit warning to debug level
This commit is contained in:
parent
df67795239
commit
3f01ce7ec5
@ -104,8 +104,8 @@ local function _sv_handle_outq(session)
|
||||
|
||||
-- max 100ms spent processing queue
|
||||
if util.time() - handle_start > 100 then
|
||||
log.warning("[SVS] supervisor out queue handler exceeded 100ms queue process limit")
|
||||
log.warning(util.c("[SVS] offending session: ", session))
|
||||
log.debug("[SVS] supervisor out queue handler exceeded 100ms queue process limit")
|
||||
log.debug(util.c("[SVS] offending session: ", session))
|
||||
break
|
||||
end
|
||||
end
|
||||
|
@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
|
||||
|
||||
local svsessions = require("supervisor.session.svsessions")
|
||||
|
||||
local SUPERVISOR_VERSION = "v0.22.0"
|
||||
local SUPERVISOR_VERSION = "v0.22.1"
|
||||
|
||||
local println = util.println
|
||||
local println_ts = util.println_ts
|
||||
|
Loading…
Reference in New Issue
Block a user