mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Improvements on statistics saving.
This commit is contained in:
@@ -74,8 +74,8 @@ TorrentSpeedMonitor::~TorrentSpeedMonitor() {
|
|||||||
m_abort = true;
|
m_abort = true;
|
||||||
m_abortCond.wakeOne();
|
m_abortCond.wakeOne();
|
||||||
wait();
|
wait();
|
||||||
dirty = true;
|
if (dirty)
|
||||||
lastWrite = 0;
|
lastWrite = 0;
|
||||||
saveStats();
|
saveStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user