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:
parent
20f826bfe7
commit
7b01731091
5 changed files with 38 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue