Skip to content

Duplicate SQL queries in ListRepositories

ListRepositories takes a few seconds for each page of results because after the repositories are retrieved, three separate SQL queries are made for each repository: one for the corpus, one for any worker and one for the user's credentials.