mirror of
https://github.com/rclone/rclone.git
synced 2025-12-31 23:53:18 +00:00
Before this change, it was possible to have a deadlock when using --fast-list for a sync if both the source and destination supported ListR. This fixes the problem by shortening the locking window.