mirror of
https://github.com/rclone/rclone.git
synced 2025-03-11 22:05:21 +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