Files
LanMountainDesktop/docs/auto_commit_md/20250507_84caca0.md
lincube d8f75e86be Add IPC backoff/retries and safer disposal
Introduce exponential backoff, jitter and retry logic across IPC components to improve robustness and avoid tight retry loops; make disposal idempotent and add connection guards. Key changes:
- LauncherCoordinatorIpcServer / LauncherIpcServer: add backoff constants, ComputeBackoff(), consecutive error tracking and delayed retries with jitter.
- LanMountainDesktopIpcClient / LauncherIpcClient: add connect retry loops, timeouts, delayed retries, improved error logging, and use ArrayPool for buffered async writes; ensure proper cleanup on failures.
- PublicIpcHostService: add disposed flag, guard OnPeerConnected and Dispose, and clear connected peers on dispose.
- Add many auto-generated commit analysis docs under docs/auto_commit_md and new scripts for analyzing/generating commit docs.
These changes aim to make IPC connection handling more resilient and resource-safe.
2026-05-07 21:39:21 +08:00

46 lines
1.1 KiB
Markdown

# 提交分析报告
## 基本信息
| 属性 | 值 |
|------|-----|
| **提交哈希** | 84caca02bf9d05b73c85f519899539ed9c579596 |
| **父提交** | aa7e15d967a7181bd308c262eb0f39cc8fc57382 |
| **作者** | lincube |
| **邮箱** | lincube3@hotmail.com |
| **提交时间** | 2025-05-07 10:34:31 (+08:00) |
| **提交信息** | feat. Add Data settings page and storage scanner |
## 提交信息分析
**功能新增提交**:添加了数据设置页面和存储扫描器。
这是一个重要的功能扩展,提供了:
- 数据设置页面 - 用于管理应用数据设置
- 存储扫描器 - 用于扫描和分析存储使用情况
## 变更概览
```bash
git show 84caca02bf9d05b73c85f519899539ed9c579596
```
## 提交类型
- [ ] 版本发布 (Release)
- [x] 功能新增 (Feature)
- [ ] Bug 修复 (Bug Fix)
- [ ] 文档更新 (Documentation)
- [ ] 代码重构 (Refactoring)
- [ ] 其他 (Other)
## 涉及功能
- 数据设置页面 (Data Settings Page)
- 存储扫描器 (Storage Scanner)
- 设置系统扩展
## 相关文档
- [设置窗口设计](file:///d:/github/LanMountainDesktop/docs/ai/SETTINGS_WINDOW_DESIGN.md)