Skip to content

Commit 02dbdc1

Browse files
Version Packages
1 parent 6e917b9 commit 02dbdc1

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/db-tcp-keepalive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sync-service/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @core/sync-service
22

3+
## 1.7.12
4+
5+
### Patch Changes
6+
7+
- 6e917b9: Add `ELECTRIC_DATABASE_TCP_KEEPALIVE_IDLE`, `ELECTRIC_DATABASE_TCP_KEEPALIVE_INTERVAL`, `ELECTRIC_DATABASE_TCP_KEEPALIVE_COUNT` and `ELECTRIC_DATABASE_TCP_USER_TIMEOUT` for configuring TCP keepalive and user timeout on database connections. All of them are opt-in; when unset the OS defaults are kept.
8+
39
## 1.7.11
410

511
### Patch Changes

packages/sync-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@core/sync-service",
33
"private": true,
4-
"version": "1.7.11",
4+
"version": "1.7.12",
55
"scripts": {
66
"publish:hex": "../../scripts/publish_hex.sh electric",
77
"changeset": "pushd ../..; pnpm changeset; popd"

0 commit comments

Comments
 (0)