Перейти к содержимому
Русский

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.