mirror of https://github.com/scrapy/scrapy.git
Setting documentation.
This commit is contained in:
parent
c1cd019f56
commit
5864d291d4
|
|
@ -742,6 +742,17 @@ If :setting:`DOWNLOAD_DELAY` is zero (default) this option has no effect.
|
|||
|
||||
.. _wget: http://www.gnu.org/software/wget/manual/wget.html
|
||||
|
||||
.. setting:: REACTOR_THREADPOOL_MAXSIZE
|
||||
|
||||
REACTOR_THREADPOOL_MAXSIZE
|
||||
------------------
|
||||
|
||||
Default: ``10``
|
||||
|
||||
The maximum limit for Twisted Reactor thread pool size. This is common multi-purpose thread pool used by various
|
||||
Scrapy components. Threaded DNS Resolver, BlockingFeedStorage, S3FilesStore just to name a few. Increase this value if
|
||||
you're experiencing problems with insufficient blocking IO.
|
||||
|
||||
.. setting:: REDIRECT_MAX_TIMES
|
||||
|
||||
REDIRECT_MAX_TIMES
|
||||
|
|
|
|||
Loading…
Reference in New Issue