mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 17:51:55 +08:00

This dramatically increases the speed (7x in my tests) of the de-dupe as google drive supports ListR directly and dedupe did not work with `--fast-list`. Fixes #2902