rclone/backend/filefabric
Nick Craig-Wood cc2f6f722c filefabric: make backoff exponential for error_background to fix errors
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
2021-10-20 15:41:09 +01:00
..
api filefabric: fix listing after change of from field from "int" to int. 2021-05-18 17:11:16 +01:00
filefabric_test.go filefabric: Implement the Enterprise File Fabric backend 2020-11-25 21:11:29 +00:00
filefabric.go filefabric: make backoff exponential for error_background to fix errors 2021-10-20 15:41:09 +01:00