Skip to content

Commit 308c5a5

Browse files
committed
Fix engine compatibility
1 parent b7f0d9f commit 308c5a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

psqlpy_piccolo/engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ async def get_new_connection(self) -> Connection:
552552
ConnectionPool(
553553
db_name=config.pop("database", None),
554554
username=config.pop("user", None),
555-
max_db_pool_size=config.pop("max_size"),
556555
**config,
557556
)
558557
).connection()

0 commit comments

Comments
 (0)