-
Notifications
You must be signed in to change notification settings - Fork 3
GitHub Rate Limit
Bill Yosafat edited this page Apr 27, 2021
·
7 revisions
You can make up to 60 unauthorized request per hour. In our application this counts towards every requests made to the root and each directories within repository.
When using the built-in GITHUB_TOKEN, the rate limit is 1,000 requests per hour per repository. For organizations that belong to a GitHub Enterprise Cloud account, this limit is 15,000 requests per hour per repository. Read more at https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting.
GitHub token can be set from Settings window under GitHub Token section. To prevent third party from stealing token, Codetmp will not save your token in browser storage. Token is valid until the application is closed.
