Fix the mistake in quay.io investigation

The 429 error is not a pull rate limit, but rather a general API endpoint
throttling to prevent DoS attacks through API. Let's correct it in the document.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2023-11-06 11:53:10 +01:00
parent 760e8527f9
commit 2405d1ce6e

View file

@ -30,7 +30,7 @@ Nice to have
Risks
-----
* There is a `pull rate limit <https://docs.quay.io/issues/429.html>`_ per second on IP address on quay.io. This could cause issues in the future, but current load should be easily handled.
* There is a `API endpoint throttling <https://docs.quay.io/issues/429.html>`_ per second on IP address on quay.io. This could cause issues in the future, but current load should be easily handled.
Statistics
----------