mirror of https://github.com/Fabio286/antares.git
perf(core): increased connection pool size to improve performance
This commit is contained in:
parent
6b0b8b19d7
commit
ae103e5477
|
@ -71,7 +71,7 @@ export default connections => {
|
|||
const connection = ClientsFactory.getConnection({
|
||||
client: conn.client,
|
||||
params,
|
||||
poolSize: 1
|
||||
poolSize: 5
|
||||
});
|
||||
|
||||
await connection.connect();
|
||||
|
|
Loading…
Reference in New Issue