Skip to content

Commit fb29387

Browse files
committed
Increase database connection pool max_overflow from 2 to 5
1 parent f019e14 commit fb29387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/reviewhelper-api/app/database/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def get_connection():
3636
async_creator=get_connection,
3737
pool_pre_ping=True,
3838
pool_size=5,
39-
max_overflow=2,
39+
max_overflow=5,
4040
pool_timeout=30,
4141
pool_recycle=1800,
4242
)

0 commit comments

Comments
 (0)