TNonblockingServer.overloadHysteresis

Hysteresis for overload state.

This is the fraction of the overload value that needs to be reached before the overload state is cleared. It must be between 0 and 1, practical choices probably lie between 0.5 and 0.9.

  1. double overloadHysteresis()
    class TNonblockingServer
    const @property
    double
    overloadHysteresis
    ()
  2. void overloadHysteresis(double value)
  3. enum DEFAULT_OVERLOAD_HYSTERESIS;

Meta