Skip to content

Commit a9f706b

Browse files
authored
Minor style updates
1 parent 98549b1 commit a9f706b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docker-hub/download-rate-limit.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,17 @@ If you are using any third-party platforms, follow your provider’s instruction
6868
- [Drone.io](https://docs.drone.io/pipeline/docker/syntax/images/#pulling-private-images){: target="_blank" rel="noopener" class="_"}
6969
- [LayerCI](https://layerci.com/docs/advanced-workflows#logging-in-to-docker){: target="_blank" rel="noopener" class="_"}
7070

71-
## Other Limits
72-
73-
Docker Hub also has an overall rate limit in place to protect the application and infrastructure. This limit applies to all requests to Hub properties including web pages, APIs, image pulls, etc. It is applied per-IP and while the limit changes over time depending on load and other factors, it is on the order of thousands of requests per minute. This limit applies to all users equally regardless of account level.
74-
75-
You can tell the difference between these limits by looking at the error code. The "overall limit" will return a simple 429 Too Many Requests response. The image download limit returns a longer message that includes a link to this page.
71+
## Other limits
72+
73+
Docker Hub also has an overall rate limit to protect the application
74+
and infrastructure. This limit applies to all requests to Hub
75+
properties including web pages, APIs, image pulls, etc. The limit is
76+
applied per-IP, and while the limit changes over time depending on load
77+
and other factors, it is in the order of thousands of requests per
78+
minute. The overall rate limit applies to all users equally
79+
regardless of account level.
80+
81+
You can differentiate between these limits by looking at the error
82+
code. The "overall limit" will return a simple `429 Too Many Requests`
83+
response. The image download limit returns a longer error message that
84+
includes a link to this page.

0 commit comments

Comments
 (0)