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