跳转到内容
简体中文

FailureDetectorSettings

此内容尚不支持你的语言。

Defined in: src/cluster/FailureDetector.ts:4

readonly downAfterMs: number

Defined in: src/cluster/FailureDetector.ts:10

Additional time after which an unreachable peer is declared down.


readonly heartbeatIntervalMs: number

Defined in: src/cluster/FailureDetector.ts:6

How often the detector samples and decides membership health.


readonly unreachableAfterMs: number

Defined in: src/cluster/FailureDetector.ts:8

Time without heartbeat after which a peer is marked unreachable.