mirror of
https://github.com/rclone/rclone.git
synced 2025-08-06 12:49:42 +02:00
when multi-thread downloading is enabled, rclone used to send a write to disk after every read, resulting in a lot of small writes to different locations of the file. depending on the underlying filesystem or device, it can be more efficient to send bigger writes.