rage / mooc.fi

https://mooc.fi
5 stars 6 forks source link

Add ability to set Prisma connection_limit for each deployment separately #1208

Open mipyykko opened 1 year ago

mipyykko commented 1 year ago

Some deployments using the same backend don't really need the same amount of connections in the pool. Don't know how this is actually affecting anything, but anyway.

Possibly need to pass the full connection string, as Prisma schema needs to be able to access the env value directly.