mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
add comment for chunk timeout
This commit is contained in:
@@ -59,5 +59,5 @@ export function getConcurrency(): number {
|
||||
}
|
||||
|
||||
export function getUploadChunkTimeout(): number {
|
||||
return 30_000
|
||||
return 30_000 // 30 seconds
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user