Skip to content

Commit

Permalink
Fix keepalive_timeout documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 3, 2016
1 parent fd1853d commit 804dda1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,9 @@ BaseConnector

:param float keepalive_timeout: timeout for connection reusing
after releasing (optional). Values
``0`` or ``None`` mean no timeout.
``0``. For disabling *keep-alive*
feature use ``force_close=True``
flag.

:param int limit: limit for simultaneous connections to the same
endpoint. Endpoints are the same if they are
Expand Down

0 comments on commit 804dda1

Please sign in to comment.