Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: lower db pool connections (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz authored Aug 14, 2020
1 parent 029a58a commit d9cb04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ormconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export const config: ConnectionOptions = {
logging: true,
logger: 'debug',
extra: {
max: 50,
max: 20,
},
};

0 comments on commit d9cb04d

Please sign in to comment.