Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Mar 7, 2024
1 parent cbd5ea3 commit e4e6f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/web.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ database:
validationQuery: "/* MyApplication Health Check */ SELECT 1"

# the minimum number of connections to keep open
minSize: 8
minSize: 10

# the maximum number of connections to keep open
maxSize: 32
maxSize: 100

# whether or not idle connections should be validated
checkConnectionWhileIdle: true
Expand Down

0 comments on commit e4e6f38

Please sign in to comment.