From db94cd37995180564a92c5647eaa97537e118cb5 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 18 Jul 2023 13:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E4=BB=BD=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/setting/other.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/setting/other.tsx b/src/pages/setting/other.tsx index 31601854..a756695b 100644 --- a/src/pages/setting/other.tsx +++ b/src/pages/setting/other.tsx @@ -100,6 +100,7 @@ const Other = ({ {}, { responseType: 'blob', + timeout: 86400000, onDownloadProgress: (e) => { if (e.progress) { showDownloadProgress(parseFloat((e.progress * 100).toFixed(1)));