mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-04-21 05:29:42 +08:00
default timeout
This commit is contained in:
parent
39d10dc734
commit
7787a58beb
@ -377,6 +377,7 @@ export async function performExtraction(
|
||||
isMultiEntity: true,
|
||||
}),
|
||||
{
|
||||
timeout: 300000,
|
||||
...request.scrapeOptions,
|
||||
|
||||
// Needs to be true for multi-entity to work properly
|
||||
@ -703,7 +704,10 @@ export async function performExtraction(
|
||||
url,
|
||||
isMultiEntity: false,
|
||||
}),
|
||||
request.scrapeOptions,
|
||||
{
|
||||
timeout: 300000,
|
||||
...request.scrapeOptions,
|
||||
},
|
||||
);
|
||||
}
|
||||
return docsMap.get(normalizeUrl(url));
|
||||
|
Loading…
x
Reference in New Issue
Block a user