We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52572ad commit c0143a3Copy full SHA for c0143a3
1 file changed
ebean-datasource-api/src/main/java/io/ebean/datasource/DataSourceConfig.java
@@ -51,7 +51,7 @@ public class DataSourceConfig {
51
private boolean readOnly;
52
private String heartbeatSql;
53
private int heartbeatFreqSecs = 30;
54
- private int heartbeatTimeoutSeconds = 3;
+ private int heartbeatTimeoutSeconds = 30;
55
private boolean captureStackTrace;
56
private int maxStackTraceSize = 5;
57
private int leakTimeMinutes = 30;
0 commit comments