Merge develop into master #6

Merged
lsmyrnaios merged 32 commits from develop into master 2023-11-02 14:05:15 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0f0163dc2d - Show all commits

View File

@ -228,7 +228,7 @@ public class RepositoryServiceImpl implements RepositoryService {
Boolean managed) {
logger.debug("Getting repositories by country!");
int page = 0;
int size = 100;
int size = 10_000; // Include all repositories. Some countries have more than a thousand.
String filterKey = "UNKNOWN";
if (mode.equalsIgnoreCase("repository"))