mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-08 16:49:02 +08:00
Update map.ts
This commit is contained in:
parent
2de659d810
commit
0f8b8a717d
@ -28,7 +28,7 @@ const redis = new Redis(process.env.REDIS_URL!);
|
||||
// Max Links that /map can return
|
||||
const MAX_MAP_LIMIT = 5000;
|
||||
// Max Links that "Smart /map" can return
|
||||
const MAX_FIRE_ENGINE_RESULTS = 1000;
|
||||
const MAX_FIRE_ENGINE_RESULTS = 500;
|
||||
|
||||
interface MapResult {
|
||||
success: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user