worker_connections also affects the Gthread worker type

This commit is contained in:
Jat 2019-02-13 22:43:21 +08:00 committed by GitHub
parent 770ec16c53
commit a1ffebcdb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1262,7 +1262,7 @@ worker_connections
The maximum number of simultaneous clients. The maximum number of simultaneous clients.
This setting only affects the Eventlet and Gevent worker types. This setting only affects the Eventlet, Gevent and Gthread worker types.
.. _max-requests: .. _max-requests: