summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-09-28 09:04:52 -0400
committerGeorge Goldberg <george@gberg.me>2017-09-28 14:04:52 +0100
commit15b361094a64fe024db6d3eaf9539143cee73ce4 (patch)
tree9ff071eec6aa408b81484fb9e73340ed7ef3dbe3 /config
parent8d662105d3049a5cd67a7bf42ab70d479d4348e2 (diff)
downloadchat-15b361094a64fe024db6d3eaf9539143cee73ce4.tar.gz
chat-15b361094a64fe024db6d3eaf9539143cee73ce4.tar.bz2
chat-15b361094a64fe024db6d3eaf9539143cee73ce4.zip
PLT-7633 (E20) Add session idle timeout config setting (#7524)
* Add session idle timeout config setting * Modify config setting name to SessionIdleTimeoutInMinutes * Small re-org of if statement * Merge with latest master
Diffstat (limited to 'config')
-rw-r--r--config/default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
index 34fdb97a4..f9c5647e7 100644
--- a/config/default.json
+++ b/config/default.json
@@ -36,6 +36,7 @@
"SessionLengthMobileInDays": 30,
"SessionLengthSSOInDays": 30,
"SessionCacheInMinutes": 10,
+ "SessionIdleTimeout": 0,
"WebsocketSecurePort": 443,
"WebsocketPort": 80,
"WebserverMode": "gzip",