Skip to content

Commit 4e8793f

Browse files
Add Driver.executeQuery to maxTransactionRetryTime docs.
1 parent 5e20637 commit 4e8793f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class Config {
176176

177177
/**
178178
* Specify the maximum time in milliseconds transactions are allowed to retry via
179-
* {@link Session#executeRead} and {@link Session#executeWrite} functions.
179+
* {@link Session#executeRead}, {@link Session#executeWrite}, and {@link Driver#executeQuery} functions.
180180
*
181181
* These functions will retry the given unit of work on `ServiceUnavailable`, `SessionExpired` and transient
182182
* errors with exponential backoff using an initial delay of 1 second.

0 commit comments

Comments
 (0)