Leon Brocard on Nostr: Hi, I dug into the code to verify. rclone shows two ETAs calculated independently: ...
Hi, I dug into the code to verify. rclone shows two ETAs calculated independently: the total ETA divides all remaining bytes by combined throughput across all parallel transfers, and the per-file ETA uses only that file's own speed average. A slow large file can look worse than the overall picture. They'll converge as the transfer progresses.