mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
Merge pull request #5212 from swordqiu/automated-cherry-pick-of-#5208-upstream-release-3.1
Automated cherry pick of #5208: fix: reset paging limit to 2048 from 20
This commit is contained in:
@@ -29,7 +29,7 @@ var (
|
||||
|
||||
nonDefaultDomainProjects = false
|
||||
|
||||
defaultPagingLimit int64 = 20
|
||||
defaultPagingLimit int64 = 2048
|
||||
maxPagingLimit int64 = 2048
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user