Skip to content

Commit 247f5d9

Browse files
authored
docs: server_lifetime_jitter (#73)
1 parent 759df5e commit 247f5d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/configuration/pgdog.toml/general.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@ Maximum amount of time a server connection is allowed to exist. Any connections
267267

268268
Default: **`86400000`** (24h)
269269

270+
### `server_lifetime_jitter`
271+
272+
Maximum random adjustment applied to `server_lifetime` per backend connection. Each connection's effective lifetime is sampled uniformly from `[server_lifetime - jitter, server_lifetime + jitter]` once at creation, breaking up synchronized retirement of connection cohorts that opened together (e.g. during a traffic ramp).
273+
274+
Default: **`0`** (no jitter)
275+
270276
## Load balancer
271277

272278
### `load_balancing_strategy`

0 commit comments

Comments
 (0)