ReliableStateManagerReplicatorSettings.ThrottlingThresholdFactor Property

Definition

Gets or sets the throttling threshold factor. Throttling will be initiated when the log usage exceeds this value times MinLogSizeInMB. Default value is 3.

public int? ThrottlingThresholdFactor { get; set; }
member this.ThrottlingThresholdFactor : Nullable<int> with get, set
Public Property ThrottlingThresholdFactor As Nullable(Of Integer)

Property Value

The throttling threshold.

Applies to