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.
1 parent 62e7a59 commit 22a5510Copy full SHA for 22a5510
addon/mongocrypt.cc
@@ -577,6 +577,8 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info) : ObjectWrap(info) {
577
578
mongocrypt_setopt_retry_kms(mongo_crypt(), true);
579
580
+ mongocrypt_setopt_enable_multiple_collinfo(mongo_crypt());
581
+
582
// Initialize after all options are set.
583
if (!mongocrypt_init(mongo_crypt())) {
584
throw TypeError::New(Env(), errorStringFromStatus(mongo_crypt()));
0 commit comments