From 07e1429877e5128786b24ad146dabcad4784ffc2 Mon Sep 17 00:00:00 2001 From: Georgiy Zatserklianyi Date: Thu, 16 Feb 2023 15:14:01 +0200 Subject: [PATCH] per_slot_settings(docs): docs `:setting` bindings added --- docs/topics/settings.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 5acf09efe..43069c50d 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -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