mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-07 02:08:10 +08:00
increase upload concurrency based on cpus, adjust highWaterMark, specify compression level
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user