pageSize default to 50

This commit is contained in:
mhsanaei
2024-07-01 21:11:42 +02:00
parent a9ec24f811
commit f9792632d4
3 changed files with 3 additions and 3 deletions

View File

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