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 ee2c37f commit f0243cbCopy full SHA for f0243cb
src/sessions.ts
@@ -710,7 +710,8 @@ export class ClientSession
710
* `Promise.allSettled`, `Promise.race`, etc to parallelize operations inside a transaction is
711
* undefined behaviour.
712
*
713
- * **IMPORTANT:** When running a
+ * **IMPORTANT:** When running an operation inside a `withTransaction` callback, if it is not
714
+ * provided the explicit session in its options, it will not respect the timeoutMS.
715
716
717
* @remarks
0 commit comments