removed no longer used settings

This commit is contained in:
Pablo Hoffman 2011-07-19 19:31:19 -03:00
parent 442c0bdc18
commit d97d6d20c6
1 changed files with 0 additions and 4 deletions

View File

@ -245,10 +245,6 @@ SPIDER_CONTEXT_STORAGE_CLASS = 'scrapy.contrib.spidercontext.SqliteSpiderContext
SQLITE_DB = 'scrapy.db'
SQS_QUEUE = 'scrapy'
SQS_VISIBILITY_TIMEOUT = 7200
SQS_REGION = 'us-east-1'
STATS_CLASS = 'scrapy.statscol.MemoryStatsCollector'
STATS_ENABLED = True
STATS_DUMP = True