mirror of
https://github.com/rclone/rclone.git
synced 2026-09-14 15:26:30 -04:00
put.io serializes trash operations per account so concurrent deletes can fail with a 400 TRASH_LOCK_TIMEOUT error saying "There is an ongoing blocking trash operation". This transient error was treated as fatal - retry it instead.