Skip to content

feat(manager): add db connection settings

Niels requested to merge configure-db-settings into main

Configure the max amount of connections and connection lifetime. The tests using a DB were showing "sorry, too many clients already (SQLSTATE 53300)"

This should fix that.

Issue: #32 (closed)

Merge request reports