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 {
9191 * transaction against.
9292 * @param updateFunction - The function to execute within the transaction
9393 * context.
94+ * @param options - An options object to configure maximum number of attempts to
95+ * commit.
9496 * @returns If the transaction completed successfully or was explicitly aborted
9597 * (the `updateFunction` returned a failed promise), the promise returned by the
9698 * `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 {
265265 * transaction against.
266266 * @param updateFunction - The function to execute within the transaction
267267 * context.
268+ * @param options - An options object to configure maximum number of attempts to
269+ * commit.
268270 * @returns If the transaction completed successfully or was explicitly aborted
269271 * (the `updateFunction` returned a failed promise), the promise returned by the
270272 * `updateFunction `is returned here. Otherwise, if the transaction failed, a
You can’t perform that action at this time.
0 commit comments