Skip to content

authz: paginate calls to `ListRepoNames` in `PermsSyncer`

Warren Gifford requested to merge jc/paginate-listRepoNames into main

Created by: unknwon

Propose the fix for sourcegraph/customer#428, which limits the number bind parameters to around 30k in each ListRepoNames call and avoids hitting the hard limit of 65535.

Merge request reports

Loading