Skip to content

Commit

Permalink
increase postgres heartbeat from 3600->7200 (#25304)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass authored Apr 18, 2023
1 parent ba65654 commit 2199f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2199f97

Please sign in to comment.