diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-04 12:37:53 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-04 12:38:23 +0300 |
| commit | 561c4810be4f3e6a00278327e1f00a4da5cf664f (patch) | |
| tree | 0c0b0e849aa5a643b6e8358c9dd64602e83ea4f1 /web/assets | |
| parent | eb1b96643d84d351a4654485a6606a4e37e54c51 (diff) | |
default Max Age to 360min
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/setting.js | 2 |
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; |
