mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
note 1337
This commit is contained in:
parent
5edac3f4ee
commit
5550e0986e
@ -40,6 +40,9 @@ class RethinkDBConnection(Connection):
|
|||||||
:exc:`rethinkdb.ReqlDriverError`: After
|
:exc:`rethinkdb.ReqlDriverError`: After
|
||||||
:attr:`~.RethinkDBConnection.max_tries`.
|
:attr:`~.RethinkDBConnection.max_tries`.
|
||||||
"""
|
"""
|
||||||
|
# NOTE: fix for timeout not initialized on rethinkdb connection
|
||||||
|
# https://github.com/bigchaindb/bigchaindb/issues/1337
|
||||||
|
|
||||||
connected=False
|
connected=False
|
||||||
dbconf = bigchaindb.config['database']
|
dbconf = bigchaindb.config['database']
|
||||||
timeout = dbconf['connection_timeout']
|
timeout = dbconf['connection_timeout']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user