mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Document that gthread also uses worker_connections
The `ThreadWorker` uses `worker_connections` it in its run loop to limit how many connections are accepted.
This commit is contained in:
parent
548d5828da
commit
d8a1256065
@ -1312,7 +1312,7 @@ worker_connections
|
||||
|
||||
The maximum number of simultaneous clients.
|
||||
|
||||
This setting only affects the Eventlet and Gevent worker types.
|
||||
This setting only affects the ``gthread``, ``eventlet`` and ``gevent`` worker types.
|
||||
|
||||
.. _max-requests:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user