Skip to content

Commit f0243cb

Browse files
W-A-Jamesnbbeeken
authored andcommitted
update sessions docs
1 parent ee2c37f commit f0243cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sessions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,8 @@ export class ClientSession
710710
* `Promise.allSettled`, `Promise.race`, etc to parallelize operations inside a transaction is
711711
* undefined behaviour.
712712
*
713-
* **IMPORTANT:** When running a
713+
* **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.
714715
*
715716
*
716717
* @remarks

0 commit comments

Comments
 (0)