Update setting.py

This commit is contained in:
dami 2026-06-08 17:56:08 +08:00
parent 27a1b22e6f
commit 6ddef9ffda
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if workers > 2:
workers = 2
threads = workers * 2
backlog = 512
backlog = 2048
reload = False
daemon = True
max_requests = 1000