调整关阀分析算法输出结果

This commit is contained in:
2026-02-03 10:57:36 +08:00
parent 0755b1a61c
commit 6fe01aa248
2 changed files with 2 additions and 33 deletions

View File

@@ -16,6 +16,6 @@ if __name__ == "__main__":
"app.main:app",
host="0.0.0.0",
port=8000,
# workers=2, # 这里可以设置多进程
workers=2, # 这里可以设置多进程
loop="asyncio",
)