Skip to content

authz: make `PermsSyncer` use default page size to list repos

Administrator requested to merge jc/perms-syncer-use-default-page-size into master

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.

Merge request reports

Loading