Document the new defaults of throttling settings (#6923)

This commit is contained in:
Adrián Chaves 2025-06-28 15:04:40 +02:00 committed by GitHub
parent 1473f4d347
commit 3019393686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -517,7 +517,7 @@ performed by the Scrapy downloader.
CONCURRENT_REQUESTS_PER_DOMAIN
------------------------------
Default: ``8``
Default: ``1`` (:ref:`fallback <default-settings>`: ``8``)
The maximum number of concurrent (i.e. simultaneous) requests that will be
performed to any single domain.
@ -869,7 +869,7 @@ Whether to enable downloader stats collection.
DOWNLOAD_DELAY
--------------
Default: ``0``
Default: ``1`` (:ref:`fallback <default-settings>`: ``0``)
Minimum seconds to wait between 2 consecutive requests to the same domain.