Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-3302

Allow bson objects from bson-ext to be larger than 17MB

    • 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.

            Assignee:
            daria.pardue@mongodb.com Daria Pardue
            Reporter:
            neal.beeken@mongodb.com Neal Beeken
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: