OptionalepochThe rotation bound every epoch on this node lives under — the lane manager's
epochMaxAgeMs when lanes run here (see laneOptions), the host's own rotation cadence
for raw sessions. Default 60_000 ms.
This node's name; must appear in nodes.
Every node in the deployment. All nodes must construct from the same list.
OptionalsweepOrphan settling opt-in (settling moves money). Absent, sweepOrphans still reports
crashed epochs; it settles nothing.
Optionallimit?: numberMax sessions inspected per sweep run. Default 100.
The sweep settles sessions at least this old (ms). Held to the epoch-age law: at least
2 * epochMaxAgeMs, enforced at construction.
The node's identity and peers, plus the two bounds the epoch-age law binds together: every epoch on this node rotates within
epochMaxAgeMs, and a due rotation is only observed a sweep cadence later, so the orphan sweep settles nothing younger than twice that bound. Construction throws CONFIG_INVALID on asettleOlderThanMsunder2 * epochMaxAgeMs— a lower bound would let the sweep settle an epoch a live node could still be filling.