forked from TrueCloudLab/rclone
accounting: fix documentation for speed/speedAvg
Fix the documentation for the very confusingly names speed and speedAvg stats items. See: https://github.com/rclone/rclone-webui-react/issues/99
This commit is contained in:
parent
1fafcd4d28
commit
bcd362fcd5
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ Returns the following values:
|
|||
"eta": estimated time in seconds until file transfer completion
|
||||
"name": name of the file,
|
||||
"percentage": progress of the file transfer in percent,
|
||||
"speed": speed in bytes/sec,
|
||||
"speedAvg": speed in bytes/sec as an exponentially weighted moving average,
|
||||
"speed": average speed over the whole transfer in bytes/sec,
|
||||
"speedAvg": current speed in bytes/sec as an exponentially weighted moving average,
|
||||
"size": size of the file in bytes
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue