Explorar el Código

Threshold = 98% by default

Serj Kalichev hace 10 años
padre
commit
6ad6fa6c88
Se han modificado 1 ficheros con 1 adiciones y 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