Merge pull request 'set concurrent request per domain to 8' (#2) from change_settings into main

Reviewed-on: #2
This commit is contained in:
puckoprutt 2025-02-18 17:56:34 +00:00
commit e5df532825

View File

@ -27,7 +27,7 @@ ROBOTSTXT_OBEY = False
# See also autothrottle settings and docs
#DOWNLOAD_DELAY = 3
# The download delay setting will honor only one of:
#CONCURRENT_REQUESTS_PER_DOMAIN = 16
CONCURRENT_REQUESTS_PER_DOMAIN = 8
#CONCURRENT_REQUESTS_PER_IP = 16
# Disable cookies (enabled by default)