1
0
Fork 0

updated segment timeout to 10 mins

pull/1363/head
Sankalp Kotewar 2023-03-08 07:28:50 +00:00 committed by GitHub
parent 8e32b1fca3
commit 40ec298d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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