mirror of
https://github.com/rclone/rclone.git
synced 2026-07-02 11:55:03 -04: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.