mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 05:38:10 +08:00
fix
This commit is contained in:
parent
5cb33ee03f
commit
c33d2f042f
@ -231,7 +231,7 @@ async function scrapeURLLoop(meta: Meta): Promise<ScrapeUrlResponse> {
|
||||
meta.options.timeout !== undefined
|
||||
? Math.round(meta.options.timeout / Math.min(fallbackList.length, 2))
|
||||
: (!meta.options.actions && !meta.options.jsonOptions && !meta.options.extract)
|
||||
? 120000
|
||||
? Math.round(120000 / Math.min(fallbackList.length, 2))
|
||||
: undefined;
|
||||
|
||||
for (const { engine, unsupportedFeatures } of fallbackList) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user