-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
-
Empty show more show less
-
Not Needed
There's a PR here: https://github.com/mongodb-js/bson-ext/pull/65
The suggested solution is to remove the constant:
const size_t MAX_BSON_SIZE(1024 * 1024 * 17);
and permit a new option maxBsonSize to be passed into the BSONSerializer.