mirror of https://github.com/scrapy/scrapy.git
Reformat to 80 characters per line.
This commit is contained in:
parent
94fceb4c15
commit
e7b274edf3
|
|
@ -749,9 +749,10 @@ 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.
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue