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

Commit d9cb04d

Browse files
authored
fix: lower db pool connections (#318)
1 parent 029a58a commit d9cb04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ormconfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export const config: ConnectionOptions = {
1414
logging: true,
1515
logger: 'debug',
1616
extra: {
17-
max: 50,
17+
max: 20,
1818
},
1919
};

0 commit comments

Comments
 (0)