1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 06:04:29 +00:00

renamed setting

This commit is contained in:
Pablo Hoffman 2009-11-06 14:19:56 -02:00
parent 7728a23e99
commit e5cae1e6c9

View File

@ -15,8 +15,8 @@ Settings that affect this module:
ITEMSAMPLER_FILE
file where to store the pickled dict of scraped items
ITEMSAMPLER_CLOSE_DOMAIN
wether to close the domain after enough products have been sampled
ITEMSAMPLER_CLOSE_SPIDER
wether to close the spider after enough products have been sampled
ITEMSAMPLER_MAX_RESPONSE_SIZE
maximum response size to process
"""