Merge pull request #1985 from jat001/patch-1

worker_connections also affects the Gthread worker type
This commit is contained in:
Benoit Chesneau 2019-02-13 19:18:32 +01:00 committed by GitHub
commit a4e249d9b0
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.
This setting only affects the Eventlet and Gevent worker types.
This setting only affects the Eventlet, Gevent and Gthread worker types.
.. _max-requests: