#314 20s grace period for coordinator render to finish to prevent timeouts

This commit is contained in:
Mikayla Fischler
2023-08-12 15:16:37 -04:00
parent d85385c1fe
commit ac1733c46e
2 changed files with 14 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.20.4"
local SUPERVISOR_VERSION = "v0.20.5"
local println = util.println
local println_ts = util.println_ts