Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #87 from iandanforth/bugfix
Browse files Browse the repository at this point in the history
Align timeout default in connect with ConnectionPool
  • Loading branch information
thobbs committed Oct 14, 2011
2 parents 4582ea4 + 9788ac0 commit a537381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycassa/connection.py
Expand Up @@ -74,7 +74,7 @@ def close(self):
self.transport.close()


def connect(keyspace, servers=None, framed_transport=True, timeout=None,
def connect(keyspace, servers=None, framed_transport=True, timeout=0.5,
credentials=None, retry_time=60, recycle=None, use_threadlocal=True):
"""
Constructs a :class:`~pycassa.pool.ConnectionPool`. This is primarily available
Expand Down

0 comments on commit a537381

Please sign in to comment.