rclone/cmd/bisync
Nick Craig-Wood d44957a09c accounting: add SetMaxCompletedTransfers method to fix bisync race #8815
Before this change bisync adjusted the global MaxCompletedTransfers
variable which caused races.

This adds a SetMaxCompletedTransfers method and uses it in bisync.

The MaxCompletedTransfers global becomes the default. This can be
changed externally if rclone is in use as a library, and the commit
history indicates that MaxCompletedTransfers was added for exactly
this purpose so we try not to break it here.
2025-09-26 14:54:47 +01:00
..
bilib bisync: fix race when CaptureOutput is used concurrently #8815 2025-09-26 14:54:47 +01:00
testdata bisync: use unique stats groups on tests 2025-08-30 17:46:33 +01:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
bisync_debug_test.go build: update gopkg.in/yaml.v2 to v3 2025-01-14 15:25:10 +00:00
bisync_test.go build: use sequence Split introduced in go1.24 2025-09-15 12:45:57 +01:00
checkfn.go bisync: remove unused parameters 2025-08-17 20:16:46 -04:00
cmd.go bisync: release from beta 2025-08-22 12:13:59 +01:00
compare.go build: use sequence Split introduced in go1.24 2025-09-15 12:45:57 +01:00
deltas.go bisync: fix data races on tests 2025-08-17 20:16:46 -04:00
help.go docs: fix markdown lint issues in command docs 2025-08-26 12:04:00 +02:00
listing.go accounting: add RemoveDoneTransfers method to fix bisync race #8815 2025-09-26 14:54:47 +01:00
lockfile.go bisync: deglobalize to fix concurrent runs via rc - fixes #8675 2025-08-17 20:16:46 -04:00
log.go bisync: fix data races on tests 2025-08-17 20:16:46 -04:00
march.go bisync: remove unused parameters 2025-08-17 20:16:46 -04:00
operations.go bisync: fix data races on tests 2025-08-17 20:16:46 -04:00
queue.go accounting: add SetMaxCompletedTransfers method to fix bisync race #8815 2025-09-26 14:54:47 +01:00
rc.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
resolve.go bisync: remove unused parameters 2025-08-17 20:16:46 -04:00
resync.go bisync: fix data races on tests 2025-08-17 20:16:46 -04:00