mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 18:50:44 +08:00
Update map.ts
This commit is contained in:
parent
a0113dac37
commit
82cb80c817
@ -62,8 +62,8 @@ export async function mapController(
|
||||
: `site:${req.body.url}`;
|
||||
// www. seems to exclude subdomains in some cases
|
||||
const mapResults = await fireEngineMap(mapUrl, {
|
||||
// limit to 50 results (beta)
|
||||
numResults: Math.min(limit, 50),
|
||||
// limit to 100 results (beta)
|
||||
numResults: Math.min(limit, 100),
|
||||
});
|
||||
|
||||
if (mapResults.length > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user