Further update to reflect a conversation with @henrymercer
This commit is contained in:
parent
6e1dab28b6
commit
adb28963c0
21 changed files with 131 additions and 79 deletions
6
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
6
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
|
|
@ -41,6 +41,12 @@ export interface DownloadOptions {
|
|||
* @default 30000
|
||||
*/
|
||||
timeoutInMs?: number;
|
||||
/**
|
||||
* Time after which a segment download should be aborted if stuck
|
||||
*
|
||||
* @default 3600000
|
||||
*/
|
||||
segmentTimeoutInMs?: number;
|
||||
}
|
||||
/**
|
||||
* Returns a copy of the upload options with defaults filled in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue