Skip to content

Commit afa82d5

Browse files
clarify wording
Co-authored-by: Bailey Pearson <bailey.pearson@mongodb.com>
1 parent a94b109 commit afa82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export type MongoClientEvents = Pick<TopologyEvents, (typeof MONGO_CLIENT_EVENTS
364364
* - **Connection Pooling**: To avoid paying the cost of rebuilding a connection to the server on every operation the MongoClient keeps idle connections preserved for reuse.
365365
* - **Session Pooling**: The MongoClient creates logical sessions that enable retryable writes, causal consistency, and transactions. It handles pooling these sessions for reuse in subsequent operations.
366366
* - **Cursor Operations**: A MongoClient's cursors use the health monitoring system to send the request for more documents to the same server the query began on.
367-
* - **Mongocryptd process**: A MongoClient will launch a `mongocryptd` instance for handling encryption if the mongocrypt shared library isn't in use.
367+
* - **Mongocryptd process**: When using auto encryption, a MongoClient will launch a `mongocryptd` instance for handling encryption if the mongocrypt shared library isn't in use.
368368
*
369369
* There are many more features of a MongoClient that are not listed above.
370370
*

0 commit comments

Comments
 (0)