AltimateAI / AltimateAI/altimate-code

fix(tracing): sweep .tmp.* trace files even when maxFiles is 0 (unlimited)

オープン
#874 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
811
フォーク
134
平均マージ
3日 2時間
マージ済み PR(30日)
50

説明

Found during v0.8.1 release review (Chaos Gremlin, P3). Pre-existing.

`FileExporter` only sweeps leftover `.tmp.*` snapshot files via `pruneOldTraces` when `maxFiles > 0` (default 100, so the common path is fine). With `maxFiles: 0` ('unlimited'), repeated crashes can slowly accumulate `.tmp.*` files under the user-private data dir. Run the tmp sweep unconditionally, independent of `maxFiles`.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。