Skip to content

Commit

Permalink
changing download delay from 3 seconds to 750ms
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurisc committed Nov 9, 2016
1 parent 7e6a1e7 commit 28a0b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackjobs/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# Configure a delay for requests for the same website (default: 0)
# See http://scrapy.readthedocs.org/en/latest/topics/settings.html#download-delay
# See also autothrottle settings and docs
DOWNLOAD_DELAY = 3
DOWNLOAD_DELAY = 0.75
# The download delay setting will honor only one of:
#CONCURRENT_REQUESTS_PER_DOMAIN = 16
#CONCURRENT_REQUESTS_PER_IP = 16
Expand Down

0 comments on commit 28a0b9f

Please sign in to comment.