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 40b6737 commit 017e630Copy full SHA for 017e630
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