mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
Delete the threads in gunicorn config (#512)
This commit is contained in:
@@ -8,9 +8,6 @@ chdir = '/fba/backend/'
|
||||
# 并行工作进程数
|
||||
workers = 1
|
||||
|
||||
# 指定每个工作者的线程数
|
||||
threads = 4
|
||||
|
||||
# 监听队列
|
||||
backlog = 512
|
||||
|
||||
|
||||
Reference in New Issue
Block a user