mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
- Make pgsql_conn_count count per database rather then globally. This means you now define the number of clients *per* database registered rather then the number of clients in total of all databases. - In case a connection is in failed transaction state Kore will now automatically rollback the transaction before placing that connection back in the connection pool.