Skip to content

Commit

Permalink
added comment for issue #266
Browse files Browse the repository at this point in the history
Co-authored-by: Dion Häfner <[email protected]>
  • Loading branch information
panakouris and dionhaefner authored May 3, 2022
1 parent 4e219de commit bd13280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terracotta/drivers/relational_meta_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def __init__(self, path: str) -> None:
echo=False,
future=True,
connect_args={self.SQL_TIMEOUT_KEY: db_connection_timeout},
# automatically re-spawn stale connections, see terracotta#266
pool_pre_ping=True
)
self.sqla_metadata = sqla.MetaData()
Expand Down

0 comments on commit bd13280

Please sign in to comment.