diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-31 17:19:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-31 17:19:23 +0000 |
commit | cc8da1a01855c8a0b8ff6d4e909d742c12700f7b (patch) | |
tree | c7e12fd4edc8ebaf769de4cc9f49ed849ce5b7bb /contrib | |
parent | 8b65a44fe8977908d2b7206feb601b696f276c44 (diff) |
contrib/package: increase load threshold of freifunk watchdog to 15.0
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/freifunk-watchdog/src/watchdog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |