mirror of
https://github.com/rclone/rclone.git
synced 2026-03-01 10:51:11 +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.