hmm, that is abnormal.
did a quick test and failed to replicate.
--- using wasabi, s3 clone.
--- the bucket has 10,000 files in the root
--- v1.57.0
and v1.58.1
--- ran two commands
rclone sync . remote:bucket --checkers=128 --fast-list
rclone sync . remote:bucket
here is the summary, v1.58.1 is faster than v1.57.0
v1.57.0 | v1.58.1 | command |
---|---|---|
6s | 4s | rclone sync . remote:bucket --checkers=128 --fast-list |
40s | 37s | rclone sync . remote:bucket |