From 2199f9734df24da5d620692b91b10de7661c5375 Mon Sep 17 00:00:00 2001 From: Cole Snodgrass Date: Tue, 18 Apr 2023 15:04:43 -0700 Subject: [PATCH] increase postgres heartbeat from 3600->7200 (#25304) --- .../init-oss/src/main/resources/seed/oss_catalog.json | 3 ++- .../init-oss/src/main/resources/seed/source_definitions.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json index 5738c2a33ae6..2deabfc289e0 100644 --- a/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json +++ b/airbyte-config-oss/init-oss/src/main/resources/seed/oss_catalog.json @@ -21419,7 +21419,8 @@ "releaseStage": "generally_available", "allowedHosts": { "hosts": [ "${host}", "${tunnel_method.tunnel_host}" ] - } + }, + "maxSecondsBetweenMessages": 7200 }, { "sourceDefinitionId": "cde75ca1-1e28-4a0f-85bb-90c546de9f1f", "name": "Postmark App", diff --git a/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml b/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml index 03306bf54b95..6c9bb43f856e 100644 --- a/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config-oss/init-oss/src/main/resources/seed/source_definitions.yaml @@ -1632,6 +1632,7 @@ hosts: - "${host}" - "${tunnel_method.tunnel_host}" + maxSecondsBetweenMessages: 7200 - name: Postmark App sourceDefinitionId: cde75ca1-1e28-4a0f-85bb-90c546de9f1f dockerRepository: airbyte/source-postmarkapp