Skip to content

Commit

Permalink
perf(core): increased connection pool size to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed May 14, 2021
1 parent 6b0b8b1 commit ae103e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ipc-handlers/connection.js
Expand Up @@ -71,7 +71,7 @@ export default connections => {
const connection = ClientsFactory.getConnection({
client: conn.client,
params,
poolSize: 1
poolSize: 5
});

await connection.connect();
Expand Down

0 comments on commit ae103e5

Please sign in to comment.