Add a option mysql_max_connections to limit max keeped or close mysql connection pool

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.

I found this option already exist :grinning: https://github.com/dani-garcia/bitwarden_rs/blob/296063e135c3c021dd8f97913bf21f0cdaf73ce7/.env.template