scrapyd: added clarification about how to disable items feeds generation

This commit is contained in:
Pablo Hoffman 2012-01-05 11:09:18 -02:00
parent 531fa95f98
commit 8f42633a94
1 changed files with 5 additions and 1 deletions

View File

@ -192,7 +192,11 @@ The directory where the Scrapy processes logs will be stored.
items_dir
---------
The directory where the Scrapy items will be stored.
The directory where the Scrapy items will be stored. If you want to disable
storing feeds of scraped items (perhaps, because you use a database or other
storage) set this option empty, like this::
items_dir =
jobs_to_keep
------------