How to increase max_connections
windeladminPRO
a year ago
I need to increased the max_connections from my postgresql. I'm using the PostgreSQL service that railway provides.
2 Replies
a year ago
As they are standard Postgres databases, this answer from StackOverflow will work just fine -
Status changed to Solved railway[bot] • 11 months ago
windeladminPRO
a year ago
As I use Prisma ORM, I set the following information in my .env, in the DATABASE_URL, in addition to my connection string: &connection_limit=300
that solved the problem