Sfoglia il codice sorgente

Threshold = 98% by default

Serj Kalichev 10 anni fa
parent
commit
6ad6fa6c88
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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