File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ export class Transaction extends LiteTransaction {
91
91
* transaction against.
92
92
* @param updateFunction - The function to execute within the transaction
93
93
* context.
94
+ * @param options - An options object to configure maximum number of attempts to
95
+ * commit.
94
96
* @returns If the transaction completed successfully or was explicitly aborted
95
97
* (the `updateFunction` returned a failed promise), the promise returned by the
96
98
* `updateFunction `is returned here. Otherwise, if the transaction failed, a
Original file line number Diff line number Diff line change @@ -265,6 +265,8 @@ export class Transaction {
265
265
* transaction against.
266
266
* @param updateFunction - The function to execute within the transaction
267
267
* context.
268
+ * @param options - An options object to configure maximum number of attempts to
269
+ * commit.
268
270
* @returns If the transaction completed successfully or was explicitly aborted
269
271
* (the `updateFunction` returned a failed promise), the promise returned by the
270
272
* `updateFunction `is returned here. Otherwise, if the transaction failed, a
You can’t perform that action at this time.
0 commit comments