ClusterConfig Type
Parsed cluster config, derived from `FsShelter.Conf` at startup so the Cluster modules never reach back into the Conf map at runtime.
Record fields
| Record Field |
Description
|
Full Usage:
HeartbeatMs
Field type: int
|
|
|
|
Full Usage:
MaxFrameBytes
Field type: int
|
Maximum single-frame size on the wire.
|
Full Usage:
Quorum
Field type: int
|
Majority threshold; default ⌊|Seeds|/2⌋+1.
|
|
|
Full Usage:
SendQueueBound
Field type: int
|
Per-peer outbound queue bound (drops oldest on overflow).
|
Full Usage:
StabilizeMs
Field type: int
|
Post-election debounce before a would-be master activates.
|
Full Usage:
StateDir
Field type: string
|
Directory for `peer-id.dat` and `peers.dat`.
|
Full Usage:
SuspectTimeoutMs
Field type: int
|
|
FsShelter