Skip to content

Commit

Permalink
Setting documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiryakov committed Mar 31, 2015
1 parent c1cd019 commit 5864d29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/topics/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5864d29

Please sign in to comment.