1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

accounting: fix incorrect stats with --transfers=1 - fixes #8670

This commit is contained in:
Yu Xin
2025-07-21 23:54:19 +08:00
committed by GitHub
parent 018ebdded5
commit 614d02a673

View File

@@ -391,6 +391,7 @@ func (s *StatsInfo) _stopAverageLoop() {
if s.average.started {
s.average.cancel()
s.average.stopped.Wait()
s.average.started = false
}
}