mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +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.