mirror of
https://github.com/simon987/od-database.git
synced 2025-12-15 23:59:05 +00:00
Added reply to comments option, fixed some bugs
This commit is contained in:
@@ -24,15 +24,15 @@ ROBOTSTXT_OBEY = False
|
||||
|
||||
# Configure maximum concurrent requests performed by Scrapy (default: 16)
|
||||
CONCURRENT_REQUESTS = 40
|
||||
RETRY_TIMES = 5
|
||||
DOWNLOAD_TIMEOUT = 50
|
||||
RETRY_TIMES = 6
|
||||
DOWNLOAD_TIMEOUT = 90
|
||||
|
||||
# Configure a delay for requests for the same website (default: 0)
|
||||
# See https://doc.scrapy.org/en/latest/topics/settings.html#download-delay
|
||||
# See also autothrottle settings and docs
|
||||
#DOWNLOAD_DELAY = 3
|
||||
# The download delay setting will honor only one of:
|
||||
CONCURRENT_REQUESTS_PER_DOMAIN = 50
|
||||
CONCURRENT_REQUESTS_PER_DOMAIN = 40
|
||||
# CONCURRENT_REQUESTS_PER_IP = 16
|
||||
|
||||
# Disable cookies (enabled by default)
|
||||
|
||||
Reference in New Issue
Block a user