1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 10:33:34 +00:00
Files
rclone/fs/operations
Nick Craig-Wood f9ceade9b4 operations: don't calculate checksums when using --ignore-checksum #3419
Before this change we calculated the checkums when using
--ignore-checksum but ignored them at the end.

Now we don't calculate the checksums at all which is more efficient.
2019-08-14 15:07:38 +01:00
..