We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52572ad + c0143a3 commit 580dfbeCopy full SHA for 580dfbe
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