mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Document that WEB_CONCURRENCY is set by, at least, Heroku
This commit is contained in:
parent
dad99a1bd4
commit
6fd97b9559
@ -645,8 +645,9 @@ class Workers(Setting):
|
||||
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``.
|
||||
By default, the value of the ``WEB_CONCURRENCY`` environment variable,
|
||||
which is set by some Platform-as-a-Service providers such as Heroku. If
|
||||
it is not defined, the default is ``1``.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user