mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +08:00
cc2f6f722c
Before this change the backoff for the error_background error was 6 seconds. This means that if it wasn't resolved in 60 seconds (with the default 10 low level retries) then an error was reported. This error was being reported frequently in the integration tests, so is likely affecting real users too. This patch changes the backoff into an exponential backoff 1,2,4,8...1024 seconds to make sure we wait long enough for the background operation to complete. See #5734 |
||
---|---|---|
.. | ||
api | ||
filefabric_test.go | ||
filefabric.go |