Skip to content

Commit 2df2670

Browse files
DOC-5665 implemented feedback
1 parent a8e3dcc commit 2df2670

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/develop/clients/jedis/failover.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ the command a few times.)
5757

5858
The status of the attempted command calls is kept in a "sliding window", which
5959
is simply a buffer where the least recent item is dropped as each new
60-
one is added. The buffer can be configured to have a fixed number of items or to
61-
one is added. The buffer can be configured to have a fixed number of failures and/or a failure ratio (specified as a percentage), both based on a time window..
60+
one is added. The buffer can be configured to have a fixed number of failures and/or a failure ratio (specified as a percentage), both based on a time window.
6261

6362
{{< image filename="images/failover/failover-sliding-window.svg" alt="Sliding window of recent connection attempts" >}}
6463

0 commit comments

Comments
 (0)