From 428ad0a9c448828050d4dd9ed7548f2d4d2b67c3 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Mon, 4 Oct 2010 21:44:26 +0000 Subject: [PATCH] Decrease report interval to 5 seconds, as this also means we will check for signals every 5 seconds and not every 10 seconds as before. MFC after: 3 days --- sbin/hastd/hastd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/hastd.c b/sbin/hastd/hastd.c index 10e51312f378..2f1a5fd2a64c 100644 --- a/sbin/hastd/hastd.c +++ b/sbin/hastd/hastd.c @@ -69,7 +69,7 @@ bool sigexit_received = false; struct pidfh *pfh; /* How often check for hooks running for too long. */ -#define REPORT_INTERVAL 10 +#define REPORT_INTERVAL 5 static void usage(void)