| DefaultResizerBackoffThreshold Property |
Minimum fraction of busy routees before backing off.
For example, if this is 0.3, then we'll remove some routees only when
less than 30% of routees are busy, i.e. if current capacity is 10 and
3 are busy then the capacity is unchanged, but if 2 or less are busy
the capacity is decreased.
Use 0.0 or negative to avoid removal of routees.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public double BackoffThreshold { get; }
member BackoffThreshold : float with get
Property Value
Type:
DoubleSee Also