Update setting.py
This commit is contained in:
parent
dc5e885a37
commit
7cde08268d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue