File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -416,15 +416,16 @@ higher rate limit for your OAuth application.
416416
417417### Abuse Rate Limits
418418
419- To prevent abuse , additional rate limits apply to some endpoints that
420- create content. This rate limit applies to the creation of new content
421- over a period of time. These rate limits do not apply to private repositories
422- or GitHub Enterprise installations.
419+ To protect the quality of service from GitHub , additional rate limits may apply to some actions.
420+ For example, rapidly creating content, polling aggressively instead of using webhooks,
421+ making API calls with a high concurrency, or repeatedly requesting data that is computationally expensive
422+ may result in abuse rate limiting. These rate limits do not apply to GitHub Enterprise installations.
423423
424424It is not intended for this rate limit to interfere with any legitimate use of
425425the API. Your normal [ rate limits] ( /v3/#rate-limiting ) should be the only
426426limit you target. Please [ contact support] [ abuse-support ] if your use is affected by
427- this rate limit.
427+ this rate limit. To ensure you're acting as a good API citizen, check out our
428+ [ Best Practices guidelines] ( /guides/best-practices-for-integrators/ ) .
428429
429430If your application triggers this rate limit, you'll receive an informative
430431response:
You can’t perform that action at this time.
0 commit comments