Browse Source

extend timeout to 30 min

tigger 1 year ago
parent
commit
f683e83c83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/config/config.json

+ 1 - 1
src/config/config.json

@@ -7,5 +7,5 @@
             "origin": "https://swopt.com:4205"
         }
     },
-    "sessionTimeoutDuration":18000
+    "sessionTimeoutDuration":1800000
 }