contrib/package: increase load threshold of freifunk watchdog to 15.0
This commit is contained in:
parent
8b65a44fe8
commit
cc8da1a018
1 changed files with 1 additions and 1 deletions
|
@ -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) */
|
||||||
|
|
Loading…
Reference in a new issue