Skip to content

Commit

Permalink
Merge pull request #1104 from vihangd/fix_docs
Browse files Browse the repository at this point in the history
Fixed documentation for worker class
  • Loading branch information
berkerpeksag committed Aug 25, 2015
2 parents a132ca9 + 8de5eb9 commit d9a69de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Commonly Used Arguments
Check the :ref:`faq` for ideas on tuning this parameter.
* ``-k WORKERCLASS, --worker-class=WORKERCLASS`` - The type of worker process
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
``tornado``, ``gthread``, ``gaiohttp``. ``sync`` is the default.
* ``-n APP_NAME, --name=APP_NAME`` - If setproctitle_ is installed you can
Expand Down

0 comments on commit d9a69de

Please sign in to comment.