Update setting.py

This commit is contained in:
midoks 2022-07-01 18:06:45 +08:00
parent dc5e885a37
commit 7cde08268d
1 changed files with 1 additions and 1 deletions

View File

@ -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