From 474087be6fadf2dd3440fc77ab757a18be0931c8 Mon Sep 17 00:00:00 2001 From: Georgiy Zatserklianyi Date: Thu, 9 Feb 2023 14:52:28 +0200 Subject: [PATCH] per_slot_settings(docs): settings 3 --- docs/topics/settings.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 477c3068f..5acf09efe 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -793,9 +793,15 @@ Allows to define concurrency/delay parameters on per slot(domain) basis: 'randomize_delay': False } } -wrapper around :func:`~scrapy.core.downloader.Slot` -.. autofunction:: scrapy.core.downloader.Slot +.. note:: + + 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_TIMEOUT