mirror of https://github.com/scrapy/scrapy.git
Add AUTOTHROTTLE_TARGET_CONCURRENCY versionadded note
This commit is contained in:
parent
db0697bc06
commit
142aa21737
|
|
@ -127,6 +127,8 @@ The maximum download delay (in seconds) to be set in case of high latencies.
|
|||
AUTOTHROTTLE_TARGET_CONCURRENCY
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. versionadded:: 1.1
|
||||
|
||||
Default: ``1.0``
|
||||
|
||||
Average number of requests Scrapy should be sending in parallel to remote
|
||||
|
|
|
|||
Loading…
Reference in New Issue