Skip to content

Commit b5fe290

Browse files
committed
Minor refactoring of prior commit
1 parent 7fdc76d commit b5fe290

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/cloud.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ the default temporary directory of the system will be used as base dir.
4040
4141
connect_timeout
4242
+++++++++++++++++++
43-
`cloud_config.connect_timeout` controls the timeout for the request connection against the Astra DB metadata service in seconds. Increase this value if the error message suggests a timeout in `get_cloud_config`.
4443

44+
As part of the process of connecting to Astra the Python driver will query a service to retrieve
45+
current information about your cluster. You can control the connection timeout for this operation
46+
using *connect_timeout*. If you observe errors in `read_metadata_info` you might consider increasing
47+
this parameter. This timeout is specified in seconds.
4548

4649
.. code:: python
4750
@@ -51,7 +54,6 @@ connect_timeout
5154
}
5255
...
5356
54-
5557
Astra Differences
5658
==================
5759
In most circumstances, the client code for interacting with an Astra cluster will be the same as interacting with any other Cassandra cluster. The exceptions being:

0 commit comments

Comments
 (0)