Merge pull request #142 from mendableai/doc/crawl-limit-default

[Doc] Added default value for crawlOptions.limit
This commit is contained in:
Nicolas 2024-05-13 18:38:09 -07:00 committed by GitHub
commit bd27b0e17e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,8 @@
},
"limit": {
"type": "integer",
"description": "Maximum number of pages to crawl"
"description": "Maximum number of pages to crawl",
"default": 10000
}
}
},