We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The contribution page is making a lot of gh api requests. It can either be solved by using octokit/plugin-throttling, or by caching the requests.
The text was updated successfully, but these errors were encountered:
Do this one or #59 before releasing #57
Sorry, something went wrong.
It looks like the throttling is enabled by default unless we turn it off. Reference - https://github.com/octokit/octokit.js?tab=readme-ov-file#octokit-api-client
The hooks can be used to enable caching
gitcommitshow
No branches or pull requests
The contribution page is making a lot of gh api requests.
It can either be solved by using octokit/plugin-throttling, or by caching the requests.
The text was updated successfully, but these errors were encountered: