1
0
Fork 0

Fine tune blob uploads

pull/1882/head
Bassem Dghaidi 2024-11-29 07:09:05 -08:00 committed by GitHub
parent 8c5f6f2dc5
commit 65892d5ffe
1 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,8 @@ async function saveCacheV2(
// Override UploadOptions to force the use of Azure
options = {
...options,
uploadChunkSize: 64 * 1024 * 1024, // 128MiB
uploadConcurrency: 8, // 8 workers for parallel upload
useAzureSdk: true
}
const compressionMethod = await utils.getCompressionMethod()