mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
14ef4437e5
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.