I get multiple connections to my Database, the query says "Rollback" and the connections increase instantaneously. and the duration of those connections are extremely high as compared to the other queries.
This is how quickly the connections get caught up.

Tech Stack: NextJS, Prisma ORM
Hosted on Digital Ocean App Platform
I also have tens of users using a Desktop application written in Electron but that also doesn't connect to db directly. it only send API requests to server
