From 2b3f63601b9a8f3e6a0442b0a48eeb4c3e946e73 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Fri, 14 Feb 2014 15:12:21 -0800 Subject: [PATCH] Add documentation for WEB_CONCURRENCY --- gunicorn/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gunicorn/config.py b/gunicorn/config.py index ee10b9a5..5b3a56fb 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -514,6 +514,9 @@ class Workers(Setting): A positive integer generally in the 2-4 x $(NUM_CORES) range. You'll want to vary this a bit to find the best for your particular application's work load. + + By default, the value of the WEB_CONCURRENCY environment variable. If + it is not defined, the default is 1. """