Skip to content

Commit

Permalink
Reduce max pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Mar 22, 2024
1 parent 47e937f commit 206ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pool/pool.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class PoolService extends Pool {
// Todo: pull from config
super({
connectionString: process.env.DATABASE_URL,
max: 10
max: 4
});
}
}

0 comments on commit 206ff1c

Please sign in to comment.