mirror of https://github.com/scrapy/scrapy.git
per_slot_settings(docs): docs `:setting` bindings added
This commit is contained in:
parent
98a5958687
commit
07e1429877
|
|
@ -798,9 +798,9 @@ Allows to define concurrency/delay parameters on per slot(domain) basis:
|
|||
|
||||
For other downloader slots default settings values will be used:
|
||||
|
||||
- ``DOWNLOAD_DELAY`` -> ``delay``
|
||||
- ``CONCURRENT_REQUESTS_PER_DOMAIN`` -> ``concurency``
|
||||
- ``RANDOMIZE_DOWNLOAD_DELAY`` -> ``randomize_delay``
|
||||
- :setting:`DOWNLOAD_DELAY`: ``delay``
|
||||
- :setting:`CONCURRENT_REQUESTS_PER_DOMAIN`: ``concurency``
|
||||
- :setting:`RANDOMIZE_DOWNLOAD_DELAY`: ``randomize_delay``
|
||||
|
||||
|
||||
.. setting:: DOWNLOAD_TIMEOUT
|
||||
|
|
|
|||
Loading…
Reference in New Issue