콘텐츠로 이동
한국어

StableObservationTuning

이 콘텐츠는 아직 번역되지 않았습니다.

StableObservationTuning = Omit<StableObservationOptionsType, "seedProvider" | "selfAddress">

Defined in: src/cluster/bootstrap/StableObservationOptions.ts:79

The tuning half of StableObservationOptionsType — everything except the two values a caller that already owns the node’s identity supplies itself. bootstrapCluster derives seedProvider from discovery / seeds and selfAddress from host / port, so its own stableObservation field accepts exactly this.