mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 18:52:21 +08:00
acd: Add 502 Bad Gateway to list of errors we retry
This commit is contained in:
parent
b35123ba48
commit
452c68115f
|
@ -142,6 +142,7 @@ var retryErrorCodes = []int{
|
|||
408, // Request Timeout
|
||||
429, // Rate exceeded.
|
||||
500, // Get occasional 500 Internal Server Error
|
||||
502, // Bad Gateway when doing big listings
|
||||
503, // Service Unavailable
|
||||
504, // Gateway Time-out
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user