mirror of
https://github.com/rclone/rclone.git
synced 2025-03-10 20:45:14 +08:00

Before this change, when executed on a directory, rclone would only touch files sequentially. This change makes rclone touch --transfers files at once. Fixes #8402