Update setting.py

This commit is contained in:
midoks 2019-07-31 21:42:52 +08:00
parent f5cb06ea53
commit 26f41228db
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ else:
if workers > 2:
workers = 2
threads = 4
threads = workers * 1
backlog = 512
reload = False
daemon = True