Skip to content

Commit

Permalink
Set delay between two request to take ~1 second (+/- 0.5).
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-ferotin committed Sep 11, 2015
1 parent 26302d6 commit 9a4b9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 = 1
# 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 9a4b9e1

Please sign in to comment.