Fix tests
This commit is contained in:
Vendored
+1
-1
@@ -465,7 +465,7 @@ async function saveCacheV2(
|
||||
// Override UploadOptions to force the use of Azure
|
||||
options = {
|
||||
...options,
|
||||
uploadChunkSize: 64 * 1024 * 1024, // 128MiB
|
||||
uploadChunkSize: 64 * 1024 * 1024, // 64 MiB
|
||||
uploadConcurrency: 8, // 8 workers for parallel upload
|
||||
useAzureSdk: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user