Delete the threads in gunicorn config (#512)

This commit is contained in:
Wu Clan
2025-02-14 13:22:34 +08:00
committed by GitHub
parent d9985f9d4d
commit 860c96d0ee

View File

@@ -8,9 +8,6 @@ chdir = '/fba/backend/'
# 并行工作进程数
workers = 1
# 指定每个工作者的线程数
threads = 4
# 监听队列
backlog = 512