mirror of
https://github.com/rclone/rclone.git
synced 2026-01-19 00:43:33 +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.