mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
Added default value for crawlOptions.limit
This commit is contained in:
parent
66bd1e4020
commit
df16890f84
|
@ -128,7 +128,8 @@
|
||||||
},
|
},
|
||||||
"limit": {
|
"limit": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Maximum number of pages to crawl"
|
"description": "Maximum number of pages to crawl",
|
||||||
|
"default": 10000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user