Not fetching or displaying all projects
Depending on the number of fetches in the config some projects will be displayed which won't be displayed if fetchCount is altered.
Is there a timeout regarding display refreshment?
I'm using a gitlab instance with >300 projects that would need to be scanned.
Might be related to #148
GitLab has a rate limit. Take a look at pollingIntervalMultiplier here: https://github.com/timoschwarzer/gitlab-monitor/blob/main/CONFIGURATION.md#configuration-options
I'm seeing this too, it seems to be that the /branches endpoint is being fetched with a per_page value of fetchCount, so even if it fetches that project it won't show it unless the branch being fetched is one of the first 4 (for example) alphabetically
This probably needs to be a separate config option or just handled internally as all the branches need fetching as they're not in recent push order