Skip to content

Commit 543a7d4

Browse files
committed
update docs
1 parent 94e6da9 commit 543a7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/plugin/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ title: 安装使用
4141
::::
4242

4343
::: caution
44-
无论采用哪种安装方式,插件 API 都不会实时热重载,您必须重新启动 fba 服务,插件功能才能被正确加载到 FastAPI 应用中
44+
无论采用哪种安装方式,fba 服务都不会实时热重载,您必须重新启动,插件功能才能被正确加载到 FastAPI 应用中
4545

4646
原因:
4747

4848
1. 实时热重载是非线程安全模式,它会影响正在处理中的任务
49-
2. 频繁热重载可能引发内存泄漏
50-
3. 插件可能包含环境变量配置,增加暴露风险
49+
2. 插件可能包含环境变量配置,增加安全风险
50+
3. 频繁热重载可能引发内存泄漏
5151
:::

0 commit comments

Comments
 (0)