rclone/fs/accounting
Nick Craig-Wood 0d8bcc08da Revert "fs/accounting: make edge bandwidth limiters have smaller bursts to make smoother" #4987
This reverts commit 463a18aa07.

In practice this caused Windows to have a max bandwidth limit of 8
MiB/s. This is because of the limited resolution (1ms) of the Windows
timer.

This needs fixing in a different way.

See: https://forum.rclone.org/t/bug-report-for-v1-54-0-beta-5133/22015
2021-02-01 22:23:50 +00:00
..
accounting.go Add --bwlimit for upload and download #1873 2021-01-30 17:39:30 +00:00
accounting_other.go accounting: refactor bwlimit code to allow for multiple slots 2021-01-30 17:39:30 +00:00
accounting_test.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
accounting_unix.go accounting: refactor bwlimit code to allow for multiple slots 2021-01-30 17:39:30 +00:00
inprogress.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
prometheus.go accounting: add context.Context #3257 #4685 2020-11-09 18:05:54 +00:00
stats.go log: make it easier to add parameters to JSON logging 2021-01-05 19:44:25 +00:00
stats_groups.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
stats_groups_test.go accounting: add context.Context #3257 #4685 2020-11-09 18:05:54 +00:00
stats_test.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
token_bucket.go Revert "fs/accounting: make edge bandwidth limiters have smaller bursts to make smoother" #4987 2021-02-01 22:23:50 +00:00
token_bucket_test.go Add --bwlimit for upload and download #1873 2021-01-30 17:39:30 +00:00
tpslimit.go accounting: factor --tpslimit code into accounting from fshttp 2021-01-08 10:29:57 +00:00
tpslimit_test.go accounting: factor --tpslimit code into accounting from fshttp 2021-01-08 10:29:57 +00:00
transfer.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
transfermap.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00