Update downloadUtils.ts
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ export async function downloadCacheStorageSDK(
|
||||
|
||||
downloadProgress.nextSegment(segmentSize)
|
||||
|
||||
const result = await Promise.Race([client.downloadToBuffer(
|
||||
const result = await Promise.race([client.downloadToBuffer(
|
||||
segmentStart,
|
||||
segmentSize,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user