Explorar o código

Threshold = 98% by default

Serj Kalichev %!s(int64=10) %!d(string=hai) anos
pai
achega
6ad6fa6c88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      birq.h

+ 1 - 1
birq.h

@@ -11,6 +11,6 @@
 
 /* Threshold to consider CPU as overloaded.
    In percents, float value. Can't be greater than 100.0 */
-#define BIRQ_DEFAULT_THRESHOLD 95.0
+#define BIRQ_DEFAULT_THRESHOLD 98.0
 
 #endif