"RANDOM_DELAY": 10, 这个是 0 到 10 ??我想 5-10 如何设置?
"RANDOM_DELAY": 10, 这个是 0 到 10 ??我想 5-10 如何设置?
1
zhu Jan 18, 2019
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. ``` |