Redigera

Dela via


GlobalConfiguration.LivenessEnabled Property

Definition

Global switch to disable silo liveness protocol (should be used only for testing). The LivenessEnabled attribute, if provided and set to "false", suppresses liveness enforcement. If a silo is suspected to be dead, but this attribute is set to "false", the suspicions will not propagated to the system and enforced, This parameter is intended for use only for testing and troubleshooting. In production, liveness should always be enabled. Default is true (enabled)

public bool LivenessEnabled { get; set; }
member this.LivenessEnabled : bool with get, set
Public Property LivenessEnabled As Boolean

Property Value

Applies to