mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
accounting: clear finished transfer in stats-reset
In order to reduce memory usage `stats-reset` also clears finished transfers. Fixes #3734
This commit is contained in:
committed by
Nick Craig-Wood
parent
7cf056b2c2
commit
f5443ac939
@@ -521,8 +521,8 @@ The value for "eta" is null if an eta cannot be determined.
|
||||
|
||||
### core/stats-reset: Reset stats. {#core/stats-reset}
|
||||
|
||||
This clears counters and errors for all stats or specific stats group if group
|
||||
is provided.
|
||||
This clears counters, errors and finished transfers for all stats or specific
|
||||
stats group if group is provided.
|
||||
|
||||
Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user