rclone/fs/accounting
Nick Craig-Wood 7d74686698 fs/accounting: increase maximum burst size of token bucket
This stops occasional errors when using --bwlimit which look like this

    Token bucket error: rate: Wait(n=2255475) exceeds limiter's burst 2097152
2018-08-30 17:24:08 +01:00
..
accounting_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting_test.go Implement --max-transfer flag to quit transferring at a limit #1655 2018-05-05 12:58:28 +01:00
accounting_unix.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting.go fs/accounting: fix moving average speed for file stats 2018-08-28 22:55:51 +01:00
inprogress.go fs/accounting: factor into separate files without changing functionality 2018-02-02 15:14:40 +00:00
stats_test.go fs/accounting: factor out eta and percent calculations and write tests 2018-08-28 22:21:17 +01:00
stats.go fs/accounting: fix stats display which was missing transferring data 2018-08-28 22:21:17 +01:00
stringset.go fs/accounting: fix stats display which was missing transferring data 2018-08-28 22:21:17 +01:00
token_bucket.go fs/accounting: increase maximum burst size of token bucket 2018-08-30 17:24:08 +01:00