Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from community-tech-alliance/kn/increase-heartbeat
Browse files Browse the repository at this point in the history
increase heartbeat timeout
  • Loading branch information
KelseyNewman147 authored Oct 30, 2023
2 parents 1a5837e + 8e385ed commit 9e2216b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

public class PostgresCdcProperties {

private static final int HEARTBEAT_FREQUENCY_SEC = 10;
private static final int HEARTBEAT_FREQUENCY_SEC = 20;
private static final Logger LOGGER = LoggerFactory.getLogger(PostgresCdcProperties.class);

static Properties getDebeziumDefaultProperties(final JdbcDatabase database) {
Expand Down

0 comments on commit 9e2216b

Please sign in to comment.