Hi,
I'm testing the MICROSOFT SQL CONNECTOR in prisma with a SQL DATABASE hosted on AZURE and it's working fine in local environment.
But when I deploy to VERCEL, there is the problem: Timed out fetching a new connection from the pool. Please consider reducing the number of requests or increasing the **connection_limit** parameter (https://www.prisma.io/docs/concepts/components/prisma-client/connection-management#connection-pool). Current limit: 5.
The problem is there is no way to set connection_limit in the MSSQL connection string.
There is no way to procede using Prisma and Microsoft SQL with this limitation.
Please, help!
Hi,
I'm testing the MICROSOFT SQL CONNECTOR in prisma with a SQL DATABASE hosted on AZURE and it's working fine in local environment.
But when I deploy to VERCEL, there is the problem: Timed out fetching a new connection from the pool. Please consider reducing the number of requests or increasing the
**connection_limit**parameter (https://www.prisma.io/docs/concepts/components/prisma-client/connection-management#connection-pool). Current limit: 5.The problem is there is no way to set connection_limit in the MSSQL connection string.
There is no way to procede using Prisma and Microsoft SQL with this limitation.
Please, help!