1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:19:25 +00:00

Migrate existing db connections to use DatabaseConnectionPool

This commit is contained in:
2022-01-20 18:01:52 +00:00
parent 5cc2b29257
commit 08b5b41135
3 changed files with 43 additions and 59 deletions

View File

@@ -3,5 +3,8 @@
"port": 1111,
"user": "username",
"password": "password",
"database": "dbname"
"database": "dbname",
"waitForConnections": true,
"connectionLimit": 10,
"queueLimit": 0
}