mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:16:03 +08:00
Nick: fixed map settings
This commit is contained in:
parent
aaddbdc1bc
commit
6fbfeafe38
@ -199,7 +199,7 @@ export async function getMapResults({
|
||||
links = removeDuplicateUrls(links);
|
||||
}
|
||||
|
||||
const linksToReturn = links.slice(0, limit);
|
||||
const linksToReturn = crawlerOptions.sitemapOnly ? links : links.slice(0, limit);
|
||||
|
||||
return {
|
||||
success: true,
|
||||
|
@ -1 +1 @@
|
||||
export const axiosTimeout = 3000;
|
||||
export const axiosTimeout = 5000;
|
Loading…
x
Reference in New Issue
Block a user