mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-03 03:01:31 +08:00
fix: sync eventlet deprecation notice in config.py
This commit is contained in:
parent
490817d149
commit
bca7c6fce9
@ -719,8 +719,7 @@ class WorkerClass(Setting):
|
|||||||
A string referring to one of the following bundled classes:
|
A string referring to one of the following bundled classes:
|
||||||
|
|
||||||
* ``sync``
|
* ``sync``
|
||||||
* ``eventlet`` - Requires eventlet >= 0.40.3 (or install it via
|
* ``eventlet`` - **DEPRECATED: will be removed in 26.0**. Requires eventlet >= 0.40.3
|
||||||
``pip install gunicorn[eventlet]``)
|
|
||||||
* ``gevent`` - Requires gevent >= 24.10.1 (or install it via
|
* ``gevent`` - Requires gevent >= 24.10.1 (or install it via
|
||||||
``pip install gunicorn[gevent]``)
|
``pip install gunicorn[gevent]``)
|
||||||
* ``tornado`` - Requires tornado >= 6.5.0 (or install it via
|
* ``tornado`` - Requires tornado >= 6.5.0 (or install it via
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user