fixed supervisor keep alive periodics timing

This commit is contained in:
Mikayla Fischler
2022-07-07 13:18:10 -04:00
parent 4b60c038f4
commit b25ebdf959
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.5.1"
local SUPERVISOR_VERSION = "beta-v0.5.2"
local print = util.print
local println = util.println