Skip to content

Commit

Permalink
fix maxTotalRetriesDuration javadoc (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Jun 7, 2021
1 parent e3fb56b commit 4f96e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/redis/clients/jedis/BinaryJedisCluster.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public class BinaryJedisCluster implements BinaryJedisClusterCommands,
protected int maxAttempts;

/**
* After this amount of time we will do no more retries and report the operation as failed.
* After this amount of time there will be no more retries and the operation will be failed.
*
* Defaults to {@link #DEFAULT_TIMEOUT} if unset, or {@code soTimeout} if available.
* Defaults to {@code soTimeout * maxAttempts}.
*/
protected Duration maxTotalRetriesDuration;

Expand Down

0 comments on commit 4f96e12

Please sign in to comment.