From d8a125606519086a3636628ee2fd5d984deac6c3 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Thu, 10 Dec 2020 16:10:50 +0800 Subject: [PATCH] Document that gthread also uses worker_connections The `ThreadWorker` uses `worker_connections` it in its run loop to limit how many connections are accepted. --- docs/source/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 81b3c774..070627a4 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -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: