mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 18:34:41 +01:00
acd: remove 409 conflict from error codes we will retry
This should fix the very long pauses or getting stuck people have seen in uploads.
This commit is contained in:
parent
eda4130703
commit
83f0d3e03d
@ -126,7 +126,6 @@ func parsePath(path string) (root string) {
|
|||||||
var retryErrorCodes = []int{
|
var retryErrorCodes = []int{
|
||||||
429, // Rate exceeded.
|
429, // Rate exceeded.
|
||||||
500, // Get occasional 500 Internal Server Error
|
500, // Get occasional 500 Internal Server Error
|
||||||
409, // Conflict - happens in the unit tests a lot
|
|
||||||
503, // Service Unavailable
|
503, // Service Unavailable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user