diff --git a/scraper/fetch.ts b/scraper/fetch.ts index 0f78c6c..733eacc 100644 --- a/scraper/fetch.ts +++ b/scraper/fetch.ts @@ -8,6 +8,7 @@ export async function getHtml(url: string) { "Accept-Encoding": "gzip, deflate, br", }, throwOnError: true, + bodyTimeout: 10 * 60 * 1000, }); let output: Buffer; switch (res.headers["content-encoding"]) {