From 8bf47c1211d09079fd9407555026b7b29383ac37 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 16 Oct 2017 18:10:30 -0400 Subject: [PATCH] Fix SessionIdleTimeoutInMinutes in default.json --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index f9c5647e74..fd3e81baa5 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",