Align default values in docs with the main branch

This commit is contained in:
Adrian Chaves 2026-06-15 14:10:54 +02:00
parent 3224b3669c
commit b21e654800
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ The main throttling :ref:`settings <topics-settings>` are:
- .. setting:: CONCURRENT_REQUESTS_PER_DOMAIN
:setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (default: ``1``)
:setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (default: ``1`` (:ref:`fallback <default-settings>`: ``8``))
Maximum number of simultaneous requests per domain.
@ -36,7 +36,7 @@ The main throttling :ref:`settings <topics-settings>` are:
- .. setting:: DOWNLOAD_DELAY
:setting:`DOWNLOAD_DELAY` (default: ``1.0``)
:setting:`DOWNLOAD_DELAY` (default: ``1`` (:ref:`fallback <default-settings>`: ``0``))
Minimum seconds between any two requests to the same domain.