"RANDOM_DELAY": 10, 这个是 0 到 10 ??我想 5-10 如何设置?
1
zhu 2019-01-18 09:52:10 +08:00
https://doc.scrapy.org/en/latest/topics/settings.html?highlight=time%20out#randomize-download-delay
``` RANDOMIZE_DOWNLOAD_DELAY Default: True If enabled, Scrapy will wait a random amount of time (between 0.5 * DOWNLOAD_DELAY and 1.5 * DOWNLOAD_DELAY) while fetching requests from the same website. ``` |