BSON_MAX_RECURSION is a compiled in limit. As libbson is supposed to be a general-purpose library, hard-coding a limit (a MongoDB-specific limit, no less) makes it less flexible for other uses.
- related to
-
PHPC-276 Recursive bsonSerialize() output may segfault
- Backlog
-
CDRIVER-2043 Raise BSON_MAX_RECURSION from 100 to 200
- Closed