I have a mysql instance for multiple project, and have a small mysql max connections, and I found that bitwarden_rs keep 10 connections to the mysql instance, this is too much for my shared mysql instance, Hope there is a way to control the number of mysql connections or close the connection pool feature.
Thanks.