mirror of https://github.com/scrapy/scrapy.git
remove unused setting: DOWNLOADER_DEBUG
This commit is contained in:
parent
822adb1d5f
commit
6d8b7b29ef
|
|
@ -279,15 +279,6 @@ Default: ``True``
|
|||
|
||||
Whether to enable DNS in-memory cache.
|
||||
|
||||
.. setting:: DOWNLOADER_DEBUG
|
||||
|
||||
DOWNLOADER_DEBUG
|
||||
----------------
|
||||
|
||||
Default: ``False``
|
||||
|
||||
Whether to enable the Downloader debugging mode.
|
||||
|
||||
.. setting:: DOWNLOADER_MIDDLEWARES
|
||||
|
||||
DOWNLOADER_MIDDLEWARES
|
||||
|
|
|
|||
|
|
@ -66,8 +66,6 @@ DOWNLOAD_HANDLERS_BASE = {
|
|||
|
||||
DOWNLOAD_TIMEOUT = 180 # 3mins
|
||||
|
||||
DOWNLOADER_DEBUG = False
|
||||
|
||||
DOWNLOADER_HTTPCLIENTFACTORY = 'scrapy.core.downloader.webclient.ScrapyHTTPClientFactory'
|
||||
DOWNLOADER_CLIENTCONTEXTFACTORY = 'scrapy.core.downloader.contextfactory.ScrapyClientContextFactory'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue