From 8f42633a9484564ccf113aa7a9b93b6558ec55da Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 5 Jan 2012 11:09:18 -0200 Subject: [PATCH] scrapyd: added clarification about how to disable items feeds generation --- docs/topics/scrapyd.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/topics/scrapyd.rst b/docs/topics/scrapyd.rst index 2327e6d0f..d5d0698be 100644 --- a/docs/topics/scrapyd.rst +++ b/docs/topics/scrapyd.rst @@ -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 ------------