mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Save fastresume fata when pausing torrents to speed up qBittorrent shutdown
This commit is contained in:
parent
25adf6b061
commit
282d0a4af6
2 changed files with 2 additions and 1 deletions
|
@ -319,6 +319,7 @@ void QTorrentHandle::pause() {
|
|||
Q_ASSERT(h.is_valid());
|
||||
h.auto_managed(false);
|
||||
h.pause();
|
||||
h.save_resume_data();
|
||||
}
|
||||
|
||||
void QTorrentHandle::resume() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue