mirror of https://github.com/scrapy/scrapy.git
added documentation for settings: ENGINE_DEBUG, DOWNLOADER_DEBUG
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40721
This commit is contained in:
parent
64d1f67c57
commit
519458bdae
|
|
@ -271,6 +271,15 @@ Default: ``True``
|
|||
|
||||
Whether to collect depth stats.
|
||||
|
||||
.. setting:: DOWNLOADER_DEBUG
|
||||
|
||||
DOWNLOADER_DEBUG
|
||||
----------------
|
||||
|
||||
Default: ``False``
|
||||
|
||||
Whether to enable the Downloader debugging mode.
|
||||
|
||||
.. setting:: DOWNLOADER_MIDDLEWARES
|
||||
|
||||
DOWNLOADER_MIDDLEWARES
|
||||
|
|
@ -329,6 +338,15 @@ Default: ``180``
|
|||
|
||||
The amount of time (in secs) that the downloader will wait before timing out.
|
||||
|
||||
.. setting:: ENGINE_DEBUG
|
||||
|
||||
ENGINE_DEBUG
|
||||
------------
|
||||
|
||||
Default: ``False``
|
||||
|
||||
Whether to enable the Scrapy Engine debugging mode.
|
||||
|
||||
.. setting:: ENABLED_SPIDERS_FILE
|
||||
|
||||
ENABLED_SPIDERS_FILE
|
||||
|
|
|
|||
Loading…
Reference in New Issue