rclone/rclone

When max transfers set, limit sync backlog to the max-transfer amount

Open

#3,974 opened on 2020年2月17日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Go (57,185 stars) (5,090 forks)batch import
bandwidthchange detectionenhancementhelp wanted

説明

What is your current rclone version (output from rclone version)?

1.51.0

What problem are you are trying to solve?

When using sync with --max-transfer, it would be nice to automatically limit the sync backlog to stop after reaching the limit set by --max-transfer.

How do you think rclone should be changed to solve that?

There is no point in continuing to build the backlog beyond that point, so it should stop getting more files to upload once it gathered enough to fulfill the max-transfer amount.

コントリビューターガイド