From c45044d744ed78afcda7474d1fcd35b231d7e53f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 19 Feb 2019 14:13:33 +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 1b35d7180..d24166cfe 100755 --- a/setting.py +++ b/setting.py @@ -26,7 +26,7 @@ if os.path.exists('data/ipv6.pl'): else: bind.append('0.0.0.0:%s' % mw_port) -workers = 1 +workers = 2 threads = 4 backlog = 512 reload = False