Add documentation for WEB_CONCURRENCY

This commit is contained in:
Randall Leeds 2014-02-14 15:12:21 -08:00
parent 64144c732f
commit 2b3f63601b

View File

@ -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.
"""