Updated 45 mins abort timeout to 1 hour

This commit is contained in:
Sankalp Kotewar
2022-08-05 05:44:59 +00:00
parent fe1ee8b6b4
commit 518f480528
3 changed files with 5 additions and 5 deletions

View File

@@ -261,7 +261,7 @@ export async function downloadCacheStorageSDK(
downloadProgress.nextSegment(segmentSize)
const abortTimeInMs =
options.abortTimeInMs === undefined ? 2700000 : options.abortTimeInMs
options.abortTimeInMs === undefined ? 3600000 : options.abortTimeInMs
const result = await promiseWithTimeout(
abortTimeInMs,
client.downloadToBuffer(segmentStart, segmentSize, {