mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
Fixed typo
This commit is contained in:
parent
fe92749762
commit
7a11743b35
1 changed files with 1 additions and 1 deletions
2
packages/cache/src/options.ts
vendored
2
packages/cache/src/options.ts
vendored
|
@ -101,7 +101,7 @@ export function getDownloadOptions(copy?: DownloadOptions): DownloadOptions {
|
|||
useAzureSdk: true,
|
||||
downloadConcurrency: 8,
|
||||
timeoutInMs: 30000,
|
||||
segmentTimeoutInMs: 600000
|
||||
segmentTimeoutInMs: 600000,
|
||||
lookupOnly: false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue