We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1e83e commit cbcfac2Copy full SHA for cbcfac2
src/index.ts
@@ -68,7 +68,7 @@ type MongoCryptConstructorOptions = {
68
cryptSharedLibPath?: string;
69
bypassQueryAnalysis?: boolean;
70
/** Configure the time to expire the DEK from the cache. */
71
- keyExpirationMS: number;
+ keyExpirationMS?: number;
72
/** TODO(NODE-6793): remove this option and have it always set in the next major */
73
enableMultipleCollinfo?: boolean;
74
};
0 commit comments