mirror of https://github.com/scrapy/scrapy.git
Added CLOSESPIDER_ERRORCOUNT to scrapy/default_settings.py
This commit is contained in:
parent
9006227358
commit
8b83177655
|
|
@ -22,6 +22,7 @@ BOT_VERSION = '1.0'
|
|||
CLOSESPIDER_TIMEOUT = 0
|
||||
CLOSESPIDER_PAGECOUNT = 0
|
||||
CLOSESPIDER_ITEMCOUNT = 0
|
||||
CLOSESPIDER_ERRORCOUNT = 0
|
||||
|
||||
COMMANDS_MODULE = ''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue