From a649602fc373615665ae2eaec95a4e9063eb699d Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Mon, 16 Oct 2017 18:17:12 -0400 Subject: Add two missing diagnostics entries (#7634) * Update diagnostics.go * Fix config setting name SessionIdleTimeoutInMinutes * Update diagnostics.go --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/default.json b/config/default.json index f9c5647e7..fd3e81baa 100644 --- a/config/default.json +++ b/config/default.json @@ -36,7 +36,7 @@ "SessionLengthMobileInDays": 30, "SessionLengthSSOInDays": 30, "SessionCacheInMinutes": 10, - "SessionIdleTimeout": 0, + "SessionIdleTimeoutInMinutes": 0, "WebsocketSecurePort": 443, "WebsocketPort": 80, "WebserverMode": "gzip", -- cgit v1.2.3-1-g7c22