diff --git a/apps/api/src/scraper/scrapeURL/index.ts b/apps/api/src/scraper/scrapeURL/index.ts index 800457a8..93bdb71b 100644 --- a/apps/api/src/scraper/scrapeURL/index.ts +++ b/apps/api/src/scraper/scrapeURL/index.ts @@ -204,7 +204,7 @@ async function scrapeURLLoop(meta: Meta): Promise { let result: EngineScrapeResultWithContext | null = null; const timeToRun = meta.options.timeout !== undefined - ? Math.round(meta.options.timeout / Math.min(fallbackList.length, 3)) + ? Math.round(meta.options.timeout / Math.min(fallbackList.length, 2)) : undefined for (const { engine, unsupportedFeatures } of fallbackList) {