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