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:
Alex Hill 2020-12-10 16:10:50 +08:00 committed by GitHub
parent 548d5828da
commit d8a1256065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: