How to increase max_connection in github action Postgres

Viewed 141

I want to increase max_connections in github action Postgres service. Official document doesn't mention how to do so. Is there some clever hacks?

I tried this SO answers, which don't seem to work in github action environment.

0 Answers
Related