1
0
Fork 0

FIX: Set chunk timeout back to 5 minutes

pull/1786/head
Sébastien Morais 2024-08-06 10:27:41 +02:00 committed by GitHub
parent bb6c500939
commit 3a33cca851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 // 30 seconds return 300_000 // 5 minutes
} }