We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493ad07 commit e2cfb8bCopy full SHA for e2cfb8b
1 file changed
psqlpy_piccolo/engine.py
@@ -487,7 +487,6 @@ async def prep_database(self: Self) -> None:
487
488
async def start_connnection_pool(
489
self: Self,
490
- max_pool_size: int = 1,
491
**kwargs: Dict[str, Any],
492
) -> None:
493
"""Start new connection pool.
0 commit comments