Hello, we are getting: ```@calcom/api:dev: warn(pr...
# api
á
Hello, we are getting:
Copy code
@calcom/api:dev: warn(prisma-client) There are already 10 instances of Prisma Client actively running.
this shows that each api call creates a new connection that doesn’t get closed
Copy code
SELECT * FROM pg_stat_activity WHERE datname = 'calendso';
Is there something we are doing wrong?