mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 02:23:24 +00:00
Previously, the code relied on calling `readMetaData()` after every file move operation. This introduced an unnecessary API call and potentially impacted performance. This change removes the redundant `readMetaData()` call, improving efficiency.