Hi, In the API rate limits documentation it states that we have a 1000/hour limit for requesting a list of repository's commits.
Is the limit global? or is it individual for each repository?
I mean, if I make 1000 requests to get the commits of repository1, then should I wait for getting the commits of repository2? or are those limits independent?