1
0
Fork 0

add comment for chunk timeout

pull/1774/head
Rob Herley 2024-07-24 12:40:57 -04:00
parent 182702d2df
commit 3e34f6d19c
No known key found for this signature in database
GPG Key ID: D1602042C3543B06
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ export function getConcurrency(): number {
} }
export function getUploadChunkTimeout(): number { export function getUploadChunkTimeout(): number {
return 30_000 return 30_000 // 30 seconds
} }