Cache download/upload limit values

PR #17640.
This commit is contained in:
Vladimir Golovnev
2022-09-01 06:54:51 +03:00
committed by GitHub
parent 77dd8bd27b
commit ca897a8a35
2 changed files with 22 additions and 6 deletions

View File

@@ -337,6 +337,9 @@ namespace BitTorrent
lt::add_torrent_params m_ltAddTorrentParams;
int m_downloadLimit = 0;
int m_uploadLimit = 0;
mutable QBitArray m_pieces;
};
}