mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Do not save fastresume data for checking torrents
This commit is contained in:
parent
453dd93abf
commit
53a0e85b8d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue