# UDPClusterManagerOptions.aliveTimeoutCorrection property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.udpclustermanageroptions.alivetimeoutcorrection/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Grace period in milliseconds added to the liveness timeout each server advertises in its broadcast.

**Signature:**

```typescript
aliveTimeoutCorrection: number;
```

## Default Value

5000

## Remarks

A server is dropped from the cluster when no new announcement arrives within its advertised timeout plus this correction. Raise it on lossy networks to avoid dropping healthy servers. It has no effect when [UDPClusterManagerOptions.useAliveCheck](https://imqueue.org/api/core/latest/core.udpclustermanageroptions.usealivecheck/) is disabled.

