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

@@ -33,7 +33,7 @@ var defaultValueMap = map[string]string{
"secret": random.Seq(32),
"webBasePath": "/",
"sessionMaxAge": "360",
"pageSize": "50",
"pageSize": "25",
"expireDiff": "0",
"trafficDiff": "0",
"remarkModel": "-ieo",