From a1ffebcdb2a493b4fc891c88dce897920bb8988d Mon Sep 17 00:00:00 2001 From: Jat Date: Wed, 13 Feb 2019 22:43:21 +0800 Subject: [PATCH] worker_connections also affects the Gthread worker type --- 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 f67c5363..6b42b3cc 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -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: