We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32724f0 commit 947cca2Copy full SHA for 947cca2
src/aleph/db/connection.py
@@ -71,7 +71,6 @@ def make_async_engine(
71
return create_async_engine(
72
make_db_url(driver="asyncpg", config=config),
73
connect_args={"server_settings": {"application_name": application_name}},
74
-
75
future=True,
76
echo=echo,
77
)
0 commit comments