You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Changed
11
+
12
+
- Replaced `idle_session_timeout` (server-side Postgres setting) with `idleTimeoutMillis` (client-side pg-pool setting) for idle connection cleanup. Set via `dbSync.idleTimeoutMs` in config or `BLOCKFROST_CONFIG_DBSYNC_IDLE_TIMEOUT_MS` env var (value in milliseconds). Disabled by default (pg-pool falls back to its own 10,000ms default). The previous `dbSync.idleSessionTimeoutMs` / `BLOCKFROST_CONFIG_DBSYNC_IDLE_SESSION_TIMEOUT_MS` options are removed.
13
+
- Exposed `min` pool size option. Set via `dbSync.minConnections` in config or `BLOCKFROST_CONFIG_DBSYNC_MIN_CONN` env var. Disabled by default (pg-pool defaults to 0).
0 commit comments