pageSize to 25

This commit is contained in:
mhsanaei
2025-09-21 20:47:34 +02:00
parent 83f8a03b50
commit d518979e4f
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ class AllSetting {
this.webKeyFile = "";
this.webBasePath = "/";
this.sessionMaxAge = 360;
this.pageSize = 50;
this.pageSize = 25;
this.expireDiff = 0;
this.trafficDiff = 0;
this.remarkModel = "-ieo";