Skip to content

Commit c9078f6

Browse files
authored
Add Driver.executeQuery to maxTransactionRetryTime docs. (#1311)
1 parent 69ec03a commit c9078f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.

packages/neo4j-driver-deno/lib/core/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)