mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 22:08:57 +08:00
Merge pull request #1523 from mendableai/refactor/map-limit
refactor: maximum links limit for map endpoint from 5000 to 30000
This commit is contained in:
commit
5d07cccd65
@ -1299,7 +1299,7 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Maximum number of links to return",
|
"description": "Maximum number of links to return",
|
||||||
"default": 5000,
|
"default": 5000,
|
||||||
"maximum": 5000
|
"maximum": 30000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["url"]
|
"required": ["url"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user