Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-04 12:37:53 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-04 12:38:23 +0300
commit561c4810be4f3e6a00278327e1f00a4da5cf664f (patch)
tree0c0b0e849aa5a643b6e8358c9dd64602e83ea4f1 /web/assets/js
parenteb1b96643d84d351a4654485a6606a4e37e54c51 (diff)
default Max Age to 360min
Diffstat (limited to 'web/assets/js')
-rw-r--r--web/assets/js/model/setting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js
index 89ea171f..55fbf635 100644
--- a/web/assets/js/model/setting.js
+++ b/web/assets/js/model/setting.js
@@ -7,7 +7,7 @@ class AllSetting {
this.webCertFile = "";
this.webKeyFile = "";
this.webBasePath = "/";
- this.sessionMaxAge = 60;
+ this.sessionMaxAge = 360;
this.pageSize = 50;
this.expireDiff = 0;
this.trafficDiff = 0;