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 f4dac20 commit f26b646Copy full SHA for f26b646
1 file changed
internal-packages/run-engine/src/engine/types.ts
@@ -209,7 +209,7 @@ export type RunEngineOptions = {
209
readReplicaSnapshotsSinceEnabled?: boolean;
210
/** Jittered delay bounds for the single replica retry `getSnapshotsSince` performs when
211
* the since snapshot is not yet on the replica, before falling back to the primary.
212
- * Set maxMs to 0 to skip the replica retry and go straight to the primary. */
+ * Set maxMs to 0 (or any value <= 0) to skip the replica retry and go straight to the primary. */
213
readReplicaSnapshotsSinceRetryDelay?: { minMs: number; maxMs: number };
214
tracer: Tracer;
215
meter?: Meter;
0 commit comments