From 0d70618754173d3023762ea308cf1b4ac620676e Mon Sep 17 00:00:00 2001 From: DanB Date: Tue, 3 Jan 2017 16:04:03 +0100 Subject: [PATCH] Adding missing ActiveGoroutines var --- utils/consts.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/consts.go b/utils/consts.go index 595c24cd3..241084baa 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -286,6 +286,7 @@ const ( HandlerArgSep = "|" FlagForceDuration = "fd" InstanceID = "InstanceID" + ActiveGoroutines = "ActiveGoroutines" SessionTTL = "SessionTTL" SessionTTLLastUsed = "SessionTTLLastUsed" SessionTTLUsage = "SessionTTLUsage"