From 002a0b1272ba02def9789a220e49a65ebe8609b4 Mon Sep 17 00:00:00 2001 From: none Date: Mon, 3 Jul 2023 20:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=A7=86=E9=A2=91=E7=9A=84?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA60s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/minio-upload-chunk.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/minio-upload-chunk.ts b/src/js/minio-upload-chunk.ts index 8136efd..2698fec 100644 --- a/src/js/minio-upload-chunk.ts +++ b/src/js/minio-upload-chunk.ts @@ -19,7 +19,7 @@ export class UploadChunk { constructor(file: File, uploadId: string, filename: string) { this.client = axios.create({ - timeout: 15000, + timeout: 60000, withCredentials: false, }); this.file = file;