1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 08:33:00 +00:00

increase upload concurrency based on cpus, adjust highWaterMark, specify compression level

This commit is contained in:
Rob Herley 2023-11-20 15:03:58 +00:00 committed by GitHub
parent 20f826bfe7
commit 7b01731091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 11 deletions

View file

@ -37,7 +37,7 @@ export async function uploadArtifact(
}
}
const zipUploadStream = await createZipUploadStream(zipSpecification)
const zipUploadStream = await createZipUploadStream(zipSpecification, options?.compressionLevel)
// get the IDs needed for the artifact creation
const backendIds = getBackendIdsFromToken()