From 7cde08268d4ab5923dbae85ffdc7c87bf6dd05f3 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 1 Jul 2022 18:06:45 +0800 Subject: [PATCH] Update setting.py --- setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting.py b/setting.py index c60fd7c9e..235927164 100755 --- a/setting.py +++ b/setting.py @@ -40,7 +40,7 @@ else: bind.append('0.0.0.0:%s' % mw_port) if workers > 2: - workers = 2 + workers = 1 threads = workers * 1 backlog = 512