contrib/package: introduce hysteresis in watchdog
[project/luci.git] / contrib / package / freifunk-watchdog / src / watchdog.h
index d11396f807f2524a181915f5753202b96e6238b4..7de24210a682a7631d773d25c27dc71f92960439 100644 (file)
@@ -39,6 +39,9 @@
 /* Check interval */
 #define INTERVAL               30
 
+/* Hysteresis */
+#define HYSTERESIS             3
+
 /* How to call myself in the logs */
 #define SYSLOG_IDENT   "Freifunk Watchdog"