Feat: retry for Onedrive SimpleUpload

This commit is contained in:
HFO4
2020-02-05 15:17:49 +08:00
parent 491e4de9de
commit 1a93c9a2b9
2 changed files with 13 additions and 3 deletions

View File

@@ -23,8 +23,6 @@ const (
UserCtx
// ThumbSizeCtx 缩略图尺寸
ThumbSizeCtx
// OriginSourceNameCtx 原始原文件名
OriginSourceNameCtx
// FileSizeCtx 文件大小
FileSizeCtx
// ShareKeyCtx 分享文件的 HashID
@@ -33,4 +31,6 @@ const (
LimitParentCtx
// IgnoreConflictCtx 忽略重名冲突
IgnoreConflictCtx
// RetryCtx 失败重试次数
RetryCtx
)