contrib/package: increase load threshold of freifunk watchdog to 15.0

This commit is contained in:
Jo-Philipp Wich 2009-07-31 17:19:23 +00:00
parent 8b65a44fe8
commit cc8da1a018

View file

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