File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ GET /v1/users/{user_id}/memories/
317317
318318### 1. 配置热更新
319319
320- ** MemoryOS-Rust** : ✅ 5 秒自动生效,无需重启
320+ ** MemoryOS-Rust** : ⚠️ 受限 — AppState 持有启动时快照,大部分配置变更需重启(见 docs/CONFIG_HOT_RELOAD_LIMITATION.md)
321321** Mem0** : ❌ 需要重启服务
322322
323323### 2. 实时健康检查
Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ tokio::spawn(async move {
243243- ` SystemTime ` : 文件修改时间检测
244244
245245** 优势** :
246- - ✅ 无需重启
247- - ✅ 5 秒自动生效
246+ - ⚠️ 受限 — AppState 持有启动时快照,大部分配置变更需重启
247+ - ⚠️ 详见 docs/CONFIG_HOT_RELOAD_LIMITATION.md
248248- ✅ 无锁读取(高性能)
249249- ✅ 支持 K8s ConfigMap
250250
Original file line number Diff line number Diff line change 253253| #100 | AGENTS.md 文档 (Devin) | ✅ merged |
254254| #102 | 六条准则审查 Round 8 | ✅ merged |
255255| #103 | 更新 PR 合并记录 | ✅ merged |
256- | #??? | 六条准则审查 Round 9 | 🔄 pending |
256+ | #104 | 六条准则审查 Round 9 | ✅ merged |
257+ | #??? | 修复剩余 hot-reload 文档声明 (DESIGN/COMPARISON/roadmap) | 🔄 pending |
Original file line number Diff line number Diff line change 1919### 1. 配置管理
2020- ✅ TOML 配置文件支持
2121- ✅ 环境变量覆盖
22- - ✅ 配置热更新 (5秒自动生效 )
22+ - ⚠️ 配置热更新 (受限 — 需重启,见 docs/CONFIG_HOT_RELOAD_LIMITATION.md )
2323- ✅ K8s ConfigMap 支持
2424
2525### 2. 错误处理
You can’t perform that action at this time.
0 commit comments