Skip to content

Commit c0143a3

Browse files
committed
Bump default heartbeatTimeoutSeconds to 30 secs from 3
1 parent 52572ad commit c0143a3

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)