Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a33cca

Browse files
authored
FIX: Set chunk timeout back to 5 minutes
1 parent bb6c500 commit 3a33cca

File tree

1 file changed

+1
-1
lines changed
  • packages/artifact/src/internal/shared

1 file changed

+1
-1
lines changed

packages/artifact/src/internal/shared/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ export function getConcurrency(): number {
5959
}
6060

6161
export function getUploadChunkTimeout(): number {
62-
return 30_000 // 30 seconds
62+
return 300_000 // 5 minutes
6363
}

0 commit comments

Comments
 (0)