updating timeout docs

This commit is contained in:
Blake Eggleston
2013-10-03 16:49:38 -07:00
parent f23d310767
commit d568185c3a
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ def setup(
:type default_keyspace: str
:param consistency: The global consistency level
:type consistency: str
:param timeout: The connection timeout in seconds
:param timeout: The connection timeout in milliseconds
:type timeout: int or long
"""

View File

@@ -25,7 +25,7 @@ If there is a problem with one of the servers, cqlengine will try to connect to
:param consistency: the consistency level of the connection, defaults to 'ONE'
:type consistency: str
:param timeout: the connection timeout in seconds
:param timeout: the connection timeout in milliseconds
:type timeout: int or long
Records the hosts and connects to one of them