mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
accounting: calculate rolling average speed
This commit is contained in:
committed by
Nick Craig-Wood
parent
d2050523de
commit
04aa6969a4
@@ -2,9 +2,10 @@ package accounting
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/rclone/rclone/fs/rc"
|
||||
"sync"
|
||||
|
||||
"github.com/rclone/rclone/fs/rc"
|
||||
|
||||
"github.com/rclone/rclone/fs"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user