contrib/package: increase load threshold of freifunk watchdog to 15.0
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jul 2009 17:19:23 +0000 (17:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jul 2009 17:19:23 +0000 (17:19 +0000)
contrib/package/freifunk-watchdog/src/watchdog.h

index 9c4d5570e571f4963514bef9ba2fabbd4fcae982..6d9ccf82c6f830e90946070167371900f78ed73a 100644 (file)
@@ -66,7 +66,7 @@
 #define WATCH_KEEPALIVE        '\0'
 
 /* System load error action and treshold */
-#define LOAD_TRESHOLD  5.00
+#define LOAD_TRESHOLD  15.00
 #define LOAD_ACTION            "/sbin/reboot"
 
 /* Fallback binary name (passed by makefile) */