File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments