mirror of https://github.com/scrapy/scrapy.git
Use PEP 515 style for SCRAPER_SLOT_MAX_ACTIVE_SIZE documentation
This commit is contained in:
parent
eaa8ed02d0
commit
0f2d871d88
|
|
@ -1266,7 +1266,7 @@ does not work together with :setting:`CONCURRENT_REQUESTS_PER_IP`.
|
|||
|
||||
SCRAPER_SLOT_MAX_ACTIVE_SIZE
|
||||
----------------------------
|
||||
Default: ``5000000``
|
||||
Default: ``5_000_000``
|
||||
|
||||
Soft limit (in bytes) for response data being processed.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue