We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e20637 commit 4e8793fCopy full SHA for 4e8793f
packages/core/src/types.ts
@@ -176,7 +176,7 @@ export class Config {
176
177
/**
178
* Specify the maximum time in milliseconds transactions are allowed to retry via
179
- * {@link Session#executeRead} and {@link Session#executeWrite} functions.
+ * {@link Session#executeRead}, {@link Session#executeWrite}, and {@link Driver#executeQuery} functions.
180
*
181
* These functions will retry the given unit of work on `ServiceUnavailable`, `SessionExpired` and transient
182
* errors with exponential backoff using an initial delay of 1 second.
0 commit comments