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:
Zexi Li
2020-02-21 16:46:05 +08:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ var (
nonDefaultDomainProjects = false
defaultPagingLimit int64 = 20
defaultPagingLimit int64 = 2048
maxPagingLimit int64 = 2048
)