mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-04 13:43:12 +08:00
关闭守护进程
This commit is contained in:
parent
3a4c5994a5
commit
487044a13f
@ -284,7 +284,7 @@ async def start_main_server():
|
|||||||
target=run_api_server,
|
target=run_api_server,
|
||||||
name=f"API Server",
|
name=f"API Server",
|
||||||
kwargs=dict(model_platforms_shard=model_platforms_shard, started_event=api_started, run_mode=run_mode),
|
kwargs=dict(model_platforms_shard=model_platforms_shard, started_event=api_started, run_mode=run_mode),
|
||||||
daemon=True,
|
daemon=False,
|
||||||
)
|
)
|
||||||
processes["api"] = process
|
processes["api"] = process
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user