default timeout
This commit is contained in:
@@ -377,6 +377,7 @@ export async function performExtraction(
|
|||||||
isMultiEntity: true,
|
isMultiEntity: true,
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
timeout: 300000,
|
||||||
...request.scrapeOptions,
|
...request.scrapeOptions,
|
||||||
|
|
||||||
// Needs to be true for multi-entity to work properly
|
// Needs to be true for multi-entity to work properly
|
||||||
@@ -703,7 +704,10 @@ export async function performExtraction(
|
|||||||
url,
|
url,
|
||||||
isMultiEntity: false,
|
isMultiEntity: false,
|
||||||
}),
|
}),
|
||||||
request.scrapeOptions,
|
{
|
||||||
|
timeout: 300000,
|
||||||
|
...request.scrapeOptions,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return docsMap.get(normalizeUrl(url));
|
return docsMap.get(normalizeUrl(url));
|
||||||
|
|||||||
Reference in New Issue
Block a user