Add pagination when listing default repos
View options
- Truncate descriptions
Created by: ryanslade
ListDefaultRepos
in db/repos.go
should offer a pagination option so that we don't need to load all repos in memory.
Specifically, we should use this in repo-updater
from within syncScheduler