We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba734c commit 6d3ac4eCopy full SHA for 6d3ac4e
1 file changed
src/main/java/redis/clients/jedis/mcf/HealthCheckStrategy.java
@@ -43,7 +43,7 @@ default void close() {
43
ProbingPolicy getPolicy();
44
45
/**
46
- * Get the delay (in milliseconds) between retries for failed health checks.
+ * Get the delay (in milliseconds) between each probe of health checks.
47
* @return the delay in milliseconds
48
*/
49
int getDelayInBetweenProbes();
@@ -170,7 +170,7 @@ public T policy(ProbingPolicy policy) {
170
}
171
172
173
- * Set the delay between retries for failed health checks in milliseconds.
+ * Set the delay between each probe of health checks in milliseconds.
174
* @param delayInBetweenProbes the delay in milliseconds (default: 100)
175
* @return this builder
176
0 commit comments