mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
webdav: retry on 423 Locked errors #3263
This commit is contained in:
@@ -146,6 +146,7 @@ func (f *Fs) Features() *fs.Features {
|
|||||||
|
|
||||||
// retryErrorCodes is a slice of error codes that we will retry
|
// retryErrorCodes is a slice of error codes that we will retry
|
||||||
var retryErrorCodes = []int{
|
var retryErrorCodes = []int{
|
||||||
|
423, // Locked
|
||||||
429, // Too Many Requests.
|
429, // Too Many Requests.
|
||||||
500, // Internal Server Error
|
500, // Internal Server Error
|
||||||
502, // Bad Gateway
|
502, // Bad Gateway
|
||||||
|
|||||||
Reference in New Issue
Block a user