mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Do not save fastresume data for checking torrents
This commit is contained in:
@@ -1310,6 +1310,7 @@ void bittorrent::saveFastResumeData() {
|
||||
if(!h.is_valid()) continue;
|
||||
if(h.is_paused()) continue;
|
||||
if (!h.has_metadata()) continue;
|
||||
if(h.state() == torrent_status::checking_files || h.state() == torrent_status::queued_for_checking) continue;
|
||||
h.save_resume_data();
|
||||
++num_resume_data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user