mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
Increase download timeout to 60 sec (#6503)
This commit is contained in:
parent
4fd06369d3
commit
48c94907c2
@ -17,7 +17,7 @@ export async function downloadUrl(url: string, path: string) {
|
||||
const controller = new AbortController();
|
||||
setTimeout(() => {
|
||||
controller.abort();
|
||||
}, 11 * 1000);
|
||||
}, 60 * 1000);
|
||||
|
||||
const response = await fetch(new URL(url).href, {
|
||||
headers: {
|
||||
|
Loading…
Reference in New Issue
Block a user