mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #17992 from glassez/preloading-magnet
Improve handling of preloading metadata. This also allows to avoid blocking calls when performing some actions.
This commit is contained in:
commit
f9eefe866c
2 changed files with 58 additions and 34 deletions
|
@ -695,7 +695,7 @@ namespace BitTorrent
|
|||
ResumeDataStorage *m_resumeDataStorage = nullptr;
|
||||
FileSearcher *m_fileSearcher = nullptr;
|
||||
|
||||
QSet<TorrentID> m_downloadedMetadata;
|
||||
QHash<TorrentID, lt::torrent_handle> m_downloadedMetadata;
|
||||
|
||||
QHash<TorrentID, TorrentImpl *> m_torrents;
|
||||
QHash<TorrentID, TorrentImpl *> m_hybridTorrentsByAltID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue