Fixed typo

This commit is contained in:
Sankalp Kotewar
2023-03-08 19:14:15 +00:00
committed by GitHub
parent fe92749762
commit 7a11743b35

View File

@@ -101,7 +101,7 @@ export function getDownloadOptions(copy?: DownloadOptions): DownloadOptions {
useAzureSdk: true,
downloadConcurrency: 8,
timeoutInMs: 30000,
segmentTimeoutInMs: 600000
segmentTimeoutInMs: 600000,
lookupOnly: false
}