From 80198278cefea2ba1b5cd5a1f2c8b499616292a9 Mon Sep 17 00:00:00 2001 From: Rik Date: Tue, 4 Feb 2014 10:11:16 +0100 Subject: [PATCH] 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/) --- docs/source/settings.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 36307eab..c7fd73e2 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -1,4 +1,3 @@ - .. _settings: Settings @@ -92,7 +91,7 @@ A string referring to one of the following bundled classes: * ``sync`` * ``eventlet`` - Requires eventlet >= 0.9.7 -* ``gevent`` - Requires gevent >= 0.12.2 (?) +* ``gevent`` - Requires gevent >= 0.13 * ``tornado`` - Requires tornado >= 0.2 Optionally, you can provide your own worker by giving gunicorn a