diff options
Diffstat (limited to 'contrib/package/freifunk-watchdog')
-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) */ |