Improve ratelimiting

Issue #84 new
Isaac.nl created an issue

Currently ratelimiting is on a per repo basis. If you have multiple repositories configured, JiGit can still create lots of traffic. It’s possible to add very long pauses between each request, but that would result in bigger repositories lagging behind because the indexing is having these long pauses.

It would be better to have a global rate limiting, independent of the number of repositories configured.

Comments (0)

  1. Log in to comment