From: Jo-Philipp Wich Date: Fri, 31 Jul 2009 17:19:23 +0000 (+0000) Subject: contrib/package: increase load threshold of freifunk watchdog to 15.0 X-Git-Tag: 0.10.0~1269 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=cc8da1a01855c8a0b8ff6d4e909d742c12700f7b contrib/package: increase load threshold of freifunk watchdog to 15.0 --- diff --git a/contrib/package/freifunk-watchdog/src/watchdog.h b/contrib/package/freifunk-watchdog/src/watchdog.h index 9c4d5570e..6d9ccf82c 100644 --- a/contrib/package/freifunk-watchdog/src/watchdog.h +++ b/contrib/package/freifunk-watchdog/src/watchdog.h @@ -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) */