DefaultResizerRampupRate Property |
Percentage to increase capacity whenever all routees are busy.
For example, 0.2 would increase 20% (rounded up), i.e. if current
capacity is 6 it will request an increase of 2 more routees.
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic double RampupRate { get; }
Public ReadOnly Property RampupRate As Double
Get
public:
property double RampupRate {
double get ();
}
member RampupRate : float with get
Property Value
Type:
Double
See Also