rclone/rclone
GitHub で見るWhen max transfers set, limit sync backlog to the max-transfer amount
Open
#3,974 opened on 2020年2月17日
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.