prisma sqlserver timeout
anyone know how to increase timeout?
i keep having (Current connection pool timeout: 10, connection limit: 3)
1 Reply
You need to use pool_timeout parameter:
https://www.prisma.io/docs/orm/prisma-client/setup-and-configuration/databases-connections/connection-pool#setting-the-connection-pool-timeout
Connection pool | Prisma Documentation
Prisma ORM's query engine creates a connection pool to store and manage database connections.