mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
fix chunk timeout + update tests
This commit is contained in:
@@ -57,3 +57,7 @@ export function getConcurrency(): number {
|
||||
const concurrency = 16 * numCPUs
|
||||
return concurrency > 300 ? 300 : concurrency
|
||||
}
|
||||
|
||||
export function getUploadChunkTimeout(): number {
|
||||
return 30_000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user