Quellcode durchsuchen

extend timeout to 30 min

tigger vor 1 Jahr
Ursprung
Commit
f683e83c83
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 }