Skip to content

Commit 580dfbe

Browse files
authored
Merge pull request #72 from ebean-orm/feature/heartbeatTimeoutSeconds-default
Bump default heartbeatTimeoutSeconds to 30 secs from 3
2 parents 52572ad + c0143a3 commit 580dfbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ebean-datasource-api/src/main/java/io/ebean/datasource/DataSourceConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class DataSourceConfig {
5151
private boolean readOnly;
5252
private String heartbeatSql;
5353
private int heartbeatFreqSecs = 30;
54-
private int heartbeatTimeoutSeconds = 3;
54+
private int heartbeatTimeoutSeconds = 30;
5555
private boolean captureStackTrace;
5656
private int maxStackTraceSize = 5;
5757
private int leakTimeMinutes = 30;

0 commit comments

Comments
 (0)