mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
4013bc4a4c
This change checks the context whenever rclone might retry, and doesn't retry if the current context has an error. This fixes the pathological behaviour of `--max-duration` refusing to exit because all the context deadline exceeded errors were being retried. This unfortunately meant changing the shouldRetry logic in every backend and doing a lot of context propagation. See: https://forum.rclone.org/t/add-flag-to-exit-immediately-when-max-duration-reached/22723 |
||
---|---|---|
.. | ||
api | ||
premiumizeme_test.go | ||
premiumizeme.go |