Commits
Click on a commit to change the comparison rangeRespect concurrency limits in parallel index fetch
With the parallel simple index fetching, we would only acquire one download concurrency token, meaning that we could in the worst case make times the number of indexes more requests than the user requested limit. We fix this by passing the semaphore down to the simple API method.