Skip to content

Commit

Permalink
document connect_timeout config option
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jan 31, 2020
1 parent 80f19aa commit 984b75f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/aerospike.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ Methods
| Flag to signify if "services-alternate" should be used instead of "services"
|
| Default: ``False``
* **connect_timeout** (:class:`int`)
| Initial host connection timeout in milliseconds. The timeout when opening a connection to the server host for the first time.
| Default: ``1000``.

:return: an instance of the :py:class:`aerospike.Client` class.
Expand Down

0 comments on commit 984b75f

Please sign in to comment.