mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Update settings.rst
Gevent version should be 0.13 at least, since Gunicorn needs the gevent.server support (also see: http://blog.gevent.org/2010/07/14/gevent-0-13-0-released/)
This commit is contained in:
parent
0226b2cd1f
commit
80198278ce
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.. _settings:
|
.. _settings:
|
||||||
|
|
||||||
Settings
|
Settings
|
||||||
@ -92,7 +91,7 @@ A string referring to one of the following bundled classes:
|
|||||||
|
|
||||||
* ``sync``
|
* ``sync``
|
||||||
* ``eventlet`` - Requires eventlet >= 0.9.7
|
* ``eventlet`` - Requires eventlet >= 0.9.7
|
||||||
* ``gevent`` - Requires gevent >= 0.12.2 (?)
|
* ``gevent`` - Requires gevent >= 0.13
|
||||||
* ``tornado`` - Requires tornado >= 0.2
|
* ``tornado`` - Requires tornado >= 0.2
|
||||||
|
|
||||||
Optionally, you can provide your own worker by giving gunicorn a
|
Optionally, you can provide your own worker by giving gunicorn a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user