From af2963d0eb79b1241e04b9fc7972bc4a31adf67c Mon Sep 17 00:00:00 2001 From: Kurt Peek Date: Wed, 24 May 2017 15:50:47 +0200 Subject: [PATCH] Update autothrottle.rst Added missing bullet point for the AUTOTHROTTLE_TARGET_CONCURRENCY setting. --- docs/topics/autothrottle.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/autothrottle.rst b/docs/topics/autothrottle.rst index b83946a58..c9bece753 100644 --- a/docs/topics/autothrottle.rst +++ b/docs/topics/autothrottle.rst @@ -88,6 +88,7 @@ The settings used to control the AutoThrottle extension are: * :setting:`AUTOTHROTTLE_ENABLED` * :setting:`AUTOTHROTTLE_START_DELAY` * :setting:`AUTOTHROTTLE_MAX_DELAY` +* :setting:`AUTOTHROTTLE_TARGET_CONCURRENCY` * :setting:`AUTOTHROTTLE_DEBUG` * :setting:`CONCURRENT_REQUESTS_PER_DOMAIN` * :setting:`CONCURRENT_REQUESTS_PER_IP`