mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +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{
|
||||
429, // Rate exceeded.
|
||||
500, // Get occasional 500 Internal Server Error
|
||||
409, // Conflict - happens in the unit tests a lot
|
||||
503, // Service Unavailable
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user