From 57d60eae39792412f686af0ebabee19316524aea Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 31 Jan 2010 18:11:13 -0200 Subject: [PATCH] sort settings doc alphabetically by setting name --- docs/topics/settings.rst | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 277ce6bd7..4b3dbc78f 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -247,15 +247,6 @@ Example:: COMMANDS_SETTINGS_MODULE = 'mybot.conf.commands' -.. setting:: CONCURRENT_SPIDERS - -CONCURRENT_SPIDERS ------------------- - -Default: ``8`` - -Maximum number of spiders to scrape in parallel. - .. setting:: CONCURRENT_ITEMS CONCURRENT_ITEMS @@ -264,7 +255,26 @@ CONCURRENT_ITEMS Default: ``100`` Maximum number of concurrent items (per response) to process in parallel in the -Item Processor (also known as the Item Pipeline). +Item Processor (also known as the :ref:`Item Pipeline `). + +.. setting:: CONCURRENT_REQUESTS_PER_SPIDER + +CONCURRENT_REQUESTS_PER_SPIDER +------------------------------ + +Default: ``8`` + +Specifies how many concurrent (ie. simultaneous) requests will be performed per +open spider. + +.. setting:: CONCURRENT_SPIDERS + +CONCURRENT_SPIDERS +------------------ + +Default: ``8`` + +Maximum number of spiders to scrape in parallel. .. setting:: COOKIES_DEBUG @@ -725,16 +735,6 @@ A dict containing the request download handlers enabled by default in Scrapy. You should never modify this setting in your project, modify :setting:`REQUEST_HANDLERS` instead. -.. setting:: CONCURRENT_REQUESTS_PER_SPIDER - -CONCURRENT_REQUESTS_PER_SPIDER ------------------------------- - -Default: ``8`` - -Specifies how many concurrent (ie. simultaneous) requests will be performed per -open spider. - .. setting:: REQUESTS_QUEUE_SIZE REQUESTS_QUEUE_SIZE