authz: paginate calls to `ListRepoNames` in `PermsSyncer`
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.