Skip to content

Commit 04c6271

Browse files
Update src/client-side-encryption/auto_encrypter.ts
Co-authored-by: Bailey Pearson <[email protected]>
1 parent a7fbe94 commit 04c6271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client-side-encryption/auto_encrypter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface AutoEncryptionOptions {
5353
/** Allows users to bypass query analysis */
5454
bypassQueryAnalysis?: boolean;
5555
/**
56-
* Sets the expiration time for the DEK in the cache in milliseconds. Defaults to 60000.
56+
* Sets the expiration time for the DEK in the cache in milliseconds. Defaults to 60000. 0 means no timeout.
5757
*/
5858
keyExpirationMS?: number;
5959
options?: {

0 commit comments

Comments
 (0)