We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BSON_VALIDATION_MAX_NESTING_DEPTH
1 parent 3e3941b commit 6ef9c7bCopy full SHA for 6ef9c7b
src/libbson/src/bson/validate-private.h
@@ -15,7 +15,7 @@ enum {
15
* server might accept. The main purpose of this limit is to prevent stack
16
* overflow, not to reject invalid data.
17
*/
18
- BSON_VALIDATION_MAX_NESTING_DEPTH = 1000,
+ BSON_VALIDATION_MAX_NESTING_DEPTH = 500,
19
};
20
21
/**
0 commit comments