mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-29 03:11:56 +08:00
Fix: OneDrive monitoring should continue when error occurs
This commit is contained in:
2
assets
2
assets
Submodule assets updated: 220a080a1b...73ba75baf5
@@ -445,6 +445,7 @@ func (client *Client) MonitorUpload(uploadURL, callbackKey, path string, size ui
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
util.Log().Debug("无法获取上传会话状态,继续下一轮,%s", err.Error())
|
util.Log().Debug("无法获取上传会话状态,继续下一轮,%s", err.Error())
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// 成功获取分片上传状态,检查文件大小
|
// 成功获取分片上传状态,检查文件大小
|
||||||
|
|||||||
Reference in New Issue
Block a user