Skip to content

Commit 578b30d

Browse files
committed
update the cluster_connect_timeout documentation a bit
1 parent ec51fe5 commit 578b30d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/client_connection_strategy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following are configuration element descriptions:
7474
- ``retry_jitter``: Specifies by how much to randomize backoffs. Its
7575
default value is ``0``. It must be in range ``0`` to ``1``.
7676
- ``cluster_connect_timeout``: Timeout value in seconds for the client
77-
to give up to connect to the current cluster. Its default value is
77+
to give up connecting to the cluster. Its default value is
7878
``-1``. For the default value, client will not stop trying to connect
7979
to the target cluster. (infinite timeout)
8080

hazelcast/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class HazelcastClient(object):
121121
failed retry. Must be greater than or equal to ``1``. By default,
122122
set to ``1.05``.
123123
cluster_connect_timeout (float): Timeout value in seconds for the client to
124-
give up a connection attempt to the cluster. Must be non-negative or
124+
give up connecting to the cluster. Must be non-negative or
125125
equal to `-1`. By default, set to `-1`. `-1` means that the client
126126
will not stop trying to the target cluster. (infinite timeout)
127127
portable_version (int): Default value for the portable version if the

0 commit comments

Comments
 (0)