File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info) : ObjectWrap(info) {
578
578
mongocrypt_setopt_retry_kms (mongo_crypt (), true );
579
579
580
580
if (options.Get (" enableMultipleCollinfo" ).ToBoolean ()) {
581
+ /* * TODO(NODE-6793): remove this option and have it always set in the next major */
581
582
mongocrypt_setopt_enable_multiple_collinfo (mongo_crypt ());
582
583
}
583
584
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ type MongoCryptConstructorOptions = {
67
67
cryptSharedLibSearchPaths ?: string [ ] ;
68
68
cryptSharedLibPath ?: string ;
69
69
bypassQueryAnalysis ?: boolean ;
70
+ /** TODO(NODE-6793): remove this option and have it always set in the next major */
70
71
enableMultipleCollinfo ?: boolean ;
71
72
} ;
72
73
You can’t perform that action at this time.
0 commit comments