@iflyrpa/actions 4.0.4-beta.1 → 4.0.4-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,9 @@ interface UploadConfig {
7
7
  concurrentLimit?: number;
8
8
  singleFileSize?: number;
9
9
  http?: Http;
10
+ timeout?: number;
11
+ retries?: number;
12
+ retryDelay?: number;
10
13
  }
11
14
  /**
12
15
  * 上传进度回调
@@ -26,6 +29,7 @@ export declare class VideoChannelUploader {
26
29
  private concurrentLimit;
27
30
  private singleFileSize;
28
31
  private http;
32
+ private reqOptions;
29
33
  private uploadTaskId;
30
34
  private partInfo;
31
35
  private md5;