Skip to content

Commit 934712c

Browse files
samuelgozischmidt-sebastian
authored andcommitted
Fix default timeout for uploads (#2202)
1 parent e8a3920 commit 934712c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage/src/implementation/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const DEFAULT_MAX_OPERATION_RETRY_TIME: number = 2 * 60 * 1000;
4040
*
4141
* The timeout for upload.
4242
*/
43-
export const DEFAULT_MAX_UPLOAD_RETRY_TIME: number = 10 * 60 * 100;
43+
export const DEFAULT_MAX_UPLOAD_RETRY_TIME: number = 10 * 60 * 1000;
4444

4545
/**
4646
* This is the value of Number.MIN_SAFE_INTEGER, which is not well supported

0 commit comments

Comments
 (0)