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

Commit

Permalink
fix: Double c3p0 connection min pool size (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayitbeegh authored Mar 26, 2020
1 parent 4207d57 commit 6a5c976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cerberus-web/src/main/resources/cerberus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jdbc:
# password: encrypted:secrets-manager!r:some-region!s:some-secret!k:some-key

c3p0:
initialPoolSize: 40
minPoolSize: 40
initialPoolSize: 80
minPoolSize: 80
maxPoolSize: 400
acquireIncrement: 10
checkoutTimeout: 5000
Expand Down

0 comments on commit 6a5c976

Please sign in to comment.