@@ -246,7 +246,7 @@ export function download(url, params, filename, config) {
],
headers: { "Content-Type": "application/x-www-form-urlencoded" },
responseType: "blob",
- timeout: 1000000,
+ timeout: 4000000,
...config,
})
.then(async (data) => {