From cc8da1a01855c8a0b8ff6d4e909d742c12700f7b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 31 Jul 2009 17:19:23 +0000 Subject: [PATCH] contrib/package: increase load threshold of freifunk watchdog to 15.0 --- contrib/package/freifunk-watchdog/src/watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- 2.11.0