authz: make `PermsSyncer` use default page size to list repos
Created by: unknwon
As I found out the ListRepos
method always return all repos, the page size is only used to determine the batch size of a query, and default 10000 is pretty good.
Created by: unknwon
As I found out the ListRepos
method always return all repos, the page size is only used to determine the batch size of a query, and default 10000 is pretty good.