Skip to content

Commit 22a5510

Browse files
committed
wip
1 parent 62e7a59 commit 22a5510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/mongocrypt.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,8 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info) : ObjectWrap(info) {
577577

578578
mongocrypt_setopt_retry_kms(mongo_crypt(), true);
579579

580+
mongocrypt_setopt_enable_multiple_collinfo(mongo_crypt());
581+
580582
// Initialize after all options are set.
581583
if (!mongocrypt_init(mongo_crypt())) {
582584
throw TypeError::New(Env(), errorStringFromStatus(mongo_crypt()));

0 commit comments

Comments
 (0)