scm-harmonic-cmts-admin/static
swpa 60195a735e perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化
- 前端 OOM 防護:實作 clearTreeCache 並於切換設備時觸發,釋放巨量樹狀圖快取 (tree-ui.js, app.js)。
- 後端 SSE 資源回收:延長輪詢 timeout 降低 CPU 負載,並透過 finally 確保斷線時 Queue 絕對釋放 (leaf_options.py)。
- SSH 連線生命週期:全面導入 async with Context Manager,確保爬蟲任務中 AsyncSSH 連線與 Process 乾淨關閉 (cmts_scraper.py)。
2026-05-31 16:15:44 +08:00
..
api.js feat: Finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-21 16:57:08 +08:00
app.js perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化 2026-05-31 16:15:44 +08:00
edit-mode.js fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
mac-domain.js refactor: 完成前端 ES6 模組化全面拆分與 app.js 瘦身 2026-05-21 16:53:47 +08:00
my_icon.png feat: Finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-21 16:57:08 +08:00
style.css fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
terminal.js feat: 1.工具維護者 (System Admin) 機制設計, 新增 URL 隱藏密鑰與彩蛋解鎖法。 2.使用者介面微調整。 2026-05-21 16:53:47 +08:00
tree-ui.js perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化 2026-05-31 16:15:44 +08:00
utils.js Refactor: 使用 ES6 Modules 抽離 Terminal 邏輯 2026-05-21 16:53:12 +08:00