You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as I increase the fetch count from 1 to 2 I'm getting rate limit errors.
Shouldn't there be a way to specify the rate at which the pages are fetched?
Is there a way to only request the second page to work around this issue?
The text was updated successfully, but these errors were encountered:
I added pagination, as an improvement over only being able to access the first thirty results. I'm not sure why setting the minimum number of results to two uses up your API limits, maybe github is really mean with how it counts search complexity?
I'm not a maintainer, but I'm sure a PR to add a page number parameter would be welcome.
If I execute a query like:
As soon as I increase the fetch count from
1
to2
I'm getting rate limit errors.Shouldn't there be a way to specify the rate at which the pages are fetched?
Is there a way to only request the second page to work around this issue?
The text was updated successfully, but these errors were encountered: