Skip to content

Commit b5f0596

Browse files
authored
try fix
1 parent 5428a36 commit b5f0596

File tree

1 file changed

+0
-3
lines changed
  • frameworks/Python/blacksheep

1 file changed

+0
-3
lines changed

frameworks/Python/blacksheep/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ async def setup_db(app):
3333
port=5432,
3434
min_size=MIN_POOL_SIZE,
3535
max_size=MAX_POOL_SIZE,
36-
command_timeout=5,
37-
max_inactive_connection_lifetime=60,
38-
server_settings={'jit': 'off'},
3936
)
4037

4138
async def shutdown_db(app):

0 commit comments

Comments
 (0)