Skip to content

Commit 6d3ac4e

Browse files
authored
Update javadoc for health check probing delay (#4467)
Update javadoc for health check delay
1 parent 8ba734c commit 6d3ac4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/redis/clients/jedis/mcf/HealthCheckStrategy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ default void close() {
4343
ProbingPolicy getPolicy();
4444

4545
/**
46-
* Get the delay (in milliseconds) between retries for failed health checks.
46+
* Get the delay (in milliseconds) between each probe of health checks.
4747
* @return the delay in milliseconds
4848
*/
4949
int getDelayInBetweenProbes();
@@ -170,7 +170,7 @@ public T policy(ProbingPolicy policy) {
170170
}
171171

172172
/**
173-
* Set the delay between retries for failed health checks in milliseconds.
173+
* Set the delay between each probe of health checks in milliseconds.
174174
* @param delayInBetweenProbes the delay in milliseconds (default: 100)
175175
* @return this builder
176176
*/

0 commit comments

Comments
 (0)