diff --git a/docs/topics/throttling.rst b/docs/topics/throttling.rst index b3bc7e3de..f376b135d 100644 --- a/docs/topics/throttling.rst +++ b/docs/topics/throttling.rst @@ -26,7 +26,7 @@ The main throttling :ref:`settings ` are: - .. setting:: CONCURRENT_REQUESTS_PER_DOMAIN - :setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (default: ``1``) + :setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (default: ``1`` (:ref:`fallback `: ``8``)) Maximum number of simultaneous requests per domain. @@ -36,7 +36,7 @@ The main throttling :ref:`settings ` are: - .. setting:: DOWNLOAD_DELAY - :setting:`DOWNLOAD_DELAY` (default: ``1.0``) + :setting:`DOWNLOAD_DELAY` (default: ``1`` (:ref:`fallback `: ``0``)) Minimum seconds between any two requests to the same domain.