Skip to content

Commit

Permalink
Merge branch 'lmorillas-master'
Browse files Browse the repository at this point in the history
Conflicts:
	README.rst
  • Loading branch information
rmax committed Jul 6, 2015
2 parents a4b913d + a9bf8c1 commit 79c5422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.py[cod]
*.swp
*~

.ropeproject

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Enable the components in your `settings.py`:
SCHEDULER_IDLE_BEFORE_CLOSE = 10
# Store scraped item in redis for post-processing.
ITEM_PIPELINES = [
'scrapy_redis.pipelines.RedisPipeline',
]
ITEM_PIPELINES = {
'scrapy_redis.pipelines.RedisPipeline': 300
}
# Specify the host and port to use when connecting to Redis (optional).
REDIS_HOST = 'localhost'
Expand Down

0 comments on commit 79c5422

Please sign in to comment.