mirror of https://github.com/cloudreve/Cloudreve
Fix: OneDrive monitoring should continue when error occurs
parent
c142da17e5
commit
36cec067d9
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 220a080a1b8ace8718188420c02d914d8cd2f074
|
Subproject commit 73ba75baf5f95caf0c79692795d19e2b77abeecd
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
// 成功获取分片上传状态,检查文件大小
|
// 成功获取分片上传状态,检查文件大小
|
||||||
|
|
Loading…
Reference in New Issue