Skip to content

Commit

Permalink
fix: increase pg maxConnections for prisma pool
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 7, 2024
1 parent f1fb330 commit b1f2ea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ form:
pg:
~chart: pg
postgresqlParameters:
max_connections: 1000

pg-form:
~chart: pg
postgresqlParameters:
max_connections: 1000

jobs:
~chart: jobs
Expand Down

0 comments on commit b1f2ea8

Please sign in to comment.