mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-09 14:21:03 +03:00
Fix a comment in the JSON logic. No code changes.
FossilOrigin-Name: 3f30ea5ec9d849c64d8c38f4fffbc06c749ecff91ab90bc29b3a3cc9ec5b9df0
This commit is contained in:
@@ -144,8 +144,8 @@ struct JsonParse {
|
||||
** Maximum nesting depth of JSON for this implementation.
|
||||
**
|
||||
** This limit is needed to avoid a stack overflow in the recursive
|
||||
** descent parser. A depth of 2000 is far deeper than any sane JSON
|
||||
** should go.
|
||||
** descent parser. A depth of 1000 is far deeper than any sane JSON
|
||||
** should go. Historical note: This limit was 2000 prior to version 3.42.0
|
||||
*/
|
||||
#define JSON_MAX_DEPTH 1000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user