mirror of
https://github.com/serrebidev/SerrebiTorrent.git
synced 2026-08-13 07:50:28 -07:00
-
V1.7.12 Stable
released this
2026-07-04 21:49:34 -07:00 | 9 commits to main since this releaseBreaking
- None
Features
- None
Fixes
- fix: speed up app close during update by skipping disk-cache flush
Other
- save_state() runs on the blocking shutdown path (busy cursor shown while
- it waits) and was requesting flush_disk_cache for every torrent's resume
- data, forcing a synchronous disk write flush per torrent before the app
- could exit. That's what made "closing to install update" feel slow with
- several active torrents. The periodic background autosave already added
- for ratio persistence still flushes for real crash safety, but it runs
- off the UI thread and doesn't block anything, so drop the flush from the
- blocking shutdown save and tighten its poll timeout accordingly.
- Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads