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
|
-- max 100ms spent processing queue
|
||||||
if util.time() - handle_start > 100 then
|
if util.time() - handle_start > 100 then
|
||||||
log.warning("[SVS] supervisor out queue handler exceeded 100ms queue process limit")
|
log.debug("[SVS] supervisor out queue handler exceeded 100ms queue process limit")
|
||||||
log.warning(util.c("[SVS] offending session: ", session))
|
log.debug(util.c("[SVS] offending session: ", session))
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
|
|||||||
|
|
||||||
local svsessions = require("supervisor.session.svsessions")
|
local svsessions = require("supervisor.session.svsessions")
|
||||||
|
|
||||||
local SUPERVISOR_VERSION = "v0.22.0"
|
local SUPERVISOR_VERSION = "v0.22.1"
|
||||||
|
|
||||||
local println = util.println
|
local println = util.println
|
||||||
local println_ts = util.println_ts
|
local println_ts = util.println_ts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user