default Max Age to 360min

This commit is contained in:
mhsanaei
2025-08-04 11:37:53 +02:00
parent eb1b96643d
commit 561c4810be
2 changed files with 2 additions and 2 deletions

View File

@@ -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;