mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01: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. |
||
---|---|---|
.. | ||
dedupe_test.go | ||
dedupe.go | ||
listdirsorted_test.go | ||
lsjson.go | ||
operations_internal_test.go | ||
operations_test.go | ||
operations.go | ||
rc_test.go | ||
rc.go | ||
reopen_test.go | ||
reopen.go |