We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebee40 commit 3e57e82Copy full SHA for 3e57e82
src/main/java/org/avaje/datasource/DataSourceConfig.java
@@ -20,7 +20,7 @@ public class DataSourceConfig {
20
21
private int minConnections = 2;
22
23
- private int maxConnections = 100;
+ private int maxConnections = 200;
24
25
private int isolationLevel = Connection.TRANSACTION_READ_COMMITTED;
26
@@ -40,7 +40,7 @@ public class DataSourceConfig {
40
41
private int leakTimeMinutes = 30;
42
43
- private int maxInactiveTimeSecs = 720;
+ private int maxInactiveTimeSecs = 300;
44
45
private int maxAgeMinutes = 0;
46
0 commit comments