Skip to content

Commit b0f7f8d

Browse files
add info about Git LFS rate limits (#55659)
1 parent 6e0a5f5 commit b0f7f8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/rest/using-the-rest-api/rate-limits-for-the-rest-api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ You can use a {% data variables.product.pat_generic %} to make API requests. Add
4848

4949
All of these requests count towards your personal rate limit of 5,000 requests per hour. Requests made on your behalf by a {% data variables.product.prodname_github_app %} that is owned by a {% data variables.product.prodname_ghe_cloud %} organization have a higher rate limit of 15,000 requests per hour. Similarly, requests made on your behalf by a {% data variables.product.prodname_oauth_app %} that is owned or approved by a {% data variables.product.prodname_ghe_cloud %} organization have a higher rate limit of 15,000 requests per hour if you are a member of the {% data variables.product.prodname_ghe_cloud %} organization.
5050

51+
### Primary rate limit for Git LFS access
52+
53+
API requests are required when you upload or download Git LFS content. These count towards a separate rate limiting bucket with a limit of 300 requests per minute for unauthenticated requests and 3,000 requests per minute for authenticated requests.
54+
55+
Git LFS uses a batch API which processes 100 Git LFS objects per API request by default. That means unauthenticated users can download 30,000 Git LFS objects per minute and authenticated users can upload/download 300,000 Git LFS objects per minute.
56+
5157
### Primary rate limit for {% data variables.product.prodname_github_app %} installations
5258

5359
{% data variables.product.prodname_github_apps %} authenticating with an installation access token use the installation's minimum rate limit of 5,000 requests per hour. If the installation is on a {% data variables.product.prodname_ghe_cloud %} organization, the installation has a rate limit of 15,000 requests per hour.

0 commit comments

Comments
 (0)