Files
SubMiner/changes/stats-delete-responsiveness.md
T
sudacode 320db591ae fix(stats): batch deletes off the main thread
- Keep stats and playback responsive during delete maintenance
- Serialize concurrent deletes and rebuild summaries once
2026-08-11 22:23:38 -07:00

5 lines
201 B
Markdown

type: fixed
area: stats
- Kept the stats page and active video player responsive during deletes, and batched concurrent session, episode, and library deletes into one transaction and summary rebuild.