mirror of
https://github.com/rclone/rclone.git
synced 2026-01-08 11:33:33 +00:00
Before the fix we were only de-duping the ListR batches. Afterwards we dedupe everything. This will have the consequence that rclone uses more memory as it will build a map of all the directory names, not just the names in a given directory.