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)));