We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfadb9 commit fd9ee7fCopy full SHA for fd9ee7f
src/sessions.ts
@@ -58,8 +58,11 @@ export interface ClientSessionOptions {
58
snapshot?: boolean;
59
/** The default TransactionOptions to use for transactions started on this session. */
60
defaultTransactionOptions?: TransactionOptions;
61
- /** @internal
62
- * The value of timeoutMS used for CSOT. Used to override client timeoutMS */
+ /**
+ * @public
63
+ * An overriding timeoutMS value to use for a client-side timeout.
64
+ * If not provided the session uses the timeoutMS specified on the MongoClient.
65
+ */
66
defaultTimeoutMS?: number;
67
68
/** @internal */
0 commit comments