mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fixed documentation for WORKERCLASS
This commit is contained in:
parent
a132ca97c8
commit
8de5eb9b15
@ -57,7 +57,7 @@ Commonly Used Arguments
|
|||||||
Check the :ref:`faq` for ideas on tuning this parameter.
|
Check the :ref:`faq` for ideas on tuning this parameter.
|
||||||
* ``-k WORKERCLASS, --worker-class=WORKERCLASS`` - The type of worker process
|
* ``-k WORKERCLASS, --worker-class=WORKERCLASS`` - The type of worker process
|
||||||
to run. You'll definitely want to read the production page for the
|
to run. You'll definitely want to read the production page for the
|
||||||
implications of this parameter. You can set this to ``egg:gunicorn#$(NAME)``
|
implications of this parameter. You can set this to ``$(NAME)``
|
||||||
where ``$(NAME)`` is one of ``sync``, ``eventlet``, ``gevent``, or
|
where ``$(NAME)`` is one of ``sync``, ``eventlet``, ``gevent``, or
|
||||||
``tornado``, ``gthread``, ``gaiohttp``. ``sync`` is the default.
|
``tornado``, ``gthread``, ``gaiohttp``. ``sync`` is the default.
|
||||||
* ``-n APP_NAME, --name=APP_NAME`` - If setproctitle_ is installed you can
|
* ``-n APP_NAME, --name=APP_NAME`` - If setproctitle_ is installed you can
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user