Browse Source

Threshold = 98% by default

Serj Kalichev 10 years ago
parent
commit
6ad6fa6c88
1 changed files with 1 additions and 1 deletions
  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