TNonblockingServer.DEFAULT_OVERLOAD_HYSTERESIS

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()
  2. void overloadHysteresis(double value)
  3. enum DEFAULT_OVERLOAD_HYSTERESIS;
    class TNonblockingServer
    enum DEFAULT_OVERLOAD_HYSTERESIS = 0.8;

Meta