UDPClusterManagerOptions.aliveTimeoutCorrection property

Grace period in milliseconds added to the liveness timeout each server advertises in its broadcast.

Signature:

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 is disabled.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.