I don't understand why active connections in my app are very high although I did the following:
- The max pool size is limited to 25
- Connect to DB only once when the app starts and then reuse that connection.
Note: when these connections increase, they continue like that for a while, which causes an issue in Atlas.

