We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fbe94 commit 04c6271Copy full SHA for 04c6271
src/client-side-encryption/auto_encrypter.ts
@@ -53,7 +53,7 @@ export interface AutoEncryptionOptions {
53
/** Allows users to bypass query analysis */
54
bypassQueryAnalysis?: boolean;
55
/**
56
- * Sets the expiration time for the DEK in the cache in milliseconds. Defaults to 60000.
+ * Sets the expiration time for the DEK in the cache in milliseconds. Defaults to 60000. 0 means no timeout.
57
*/
58
keyExpirationMS?: number;
59
options?: {
0 commit comments