rclone/fs/accounting
Maciej Zimnoch 7cf056b2c2 accounting: allow MaxCompletedTransfers to be configurable
rclone library users might be intrested in changing default value to
other, or even disabling it. With current version it's impossible which
leads to races when number of uploaded objects exceeds default limit.

Fixes #3732
2019-11-18 14:25:32 +00:00
..
accounting_other.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
accounting_test.go accounting: fix file handle leak on errors - fixes #3547 2019-09-19 16:20:07 +01:00
accounting_unix.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
accounting.go rcd: Adding group parameter to stats 2019-10-29 16:39:37 +00:00
inprogress.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
stats_groups.go rcd: Adding group parameter to stats 2019-10-29 16:39:37 +00:00
stats_test.go accounting: allow MaxCompletedTransfers to be configurable 2019-11-18 14:25:32 +00:00
stats.go accounting: allow MaxCompletedTransfers to be configurable 2019-11-18 14:25:32 +00:00
stringset.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
token_bucket_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
token_bucket.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
transfer.go Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00