Skip to content

Commit fadb815

Browse files
authored
Update docs/connection-pool.asciidoc
1 parent 2287b8c commit fadb815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/connection-pool.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ticking.
1919

2020
When the next request is sent to the client, nodes 1-9 are still considered
2121
"dead", so they are skipped. The request is sent to the only known alive node
22-
(#10), and if this node fails, a `NoNodesAvailableException` is returned. You
22+
(#10), if this node fails, a `NoNodesAvailableException` is returned. You
2323
will note this much less than the `retries` value, because `retries` only
2424
applies to retries against alive nodes. In this case, only one node is known to
2525
be alive, so `NoNodesAvailableException` is returned.
@@ -228,4 +228,4 @@ potentially "out-live" a static list.
228228
For this reason the default connection pool is currently the
229229
`staticNoPingConnectionPool`. You can, of course, change this default - but we
230230
strongly recommend you to perform load test and to verify that the change does
231-
not negatively impact the performance.
231+
not negatively impact the performance.

0 commit comments

Comments
 (0)