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

Commit

Permalink
fix: increase c3p0 checkout timeout to 30 seconds (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayitbeegh authored Apr 8, 2020
1 parent 6a5c976 commit 72f8701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerberus-web/src/main/resources/cerberus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ c3p0:
minPoolSize: 80
maxPoolSize: 400
acquireIncrement: 10
checkoutTimeout: 5000
checkoutTimeout: 30000
testConnectionOnCheckin: true
idleConnectionTestPeriod: 300
maxIdleTimeExcessConnections: 4200
Expand Down

0 comments on commit 72f8701

Please sign in to comment.