Update setting.py
This commit is contained in:
parent
f5cb06ea53
commit
26f41228db
|
|
@ -28,7 +28,7 @@ else:
|
|||
if workers > 2:
|
||||
workers = 2
|
||||
|
||||
threads = 4
|
||||
threads = workers * 1
|
||||
backlog = 512
|
||||
reload = False
|
||||
daemon = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue