summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-10-04 21:44:26 +0000
committerpjd <pjd@FreeBSD.org>2010-10-04 21:44:26 +0000
commit10add0447cc9e37879e4d8e62892867204fc8cdf (patch)
treecd226e6ce3fc1e4b7d8dcbeb1791cdbaae42973f /sbin
parentb85b0868d9fd8bf233b83cdd9f1b43cb430a0d31 (diff)
downloadFreeBSD-src-10add0447cc9e37879e4d8e62892867204fc8cdf.zip
FreeBSD-src-10add0447cc9e37879e4d8e62892867204fc8cdf.tar.gz
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
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/hastd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/hastd.c b/sbin/hastd/hastd.c
index 10e5131..2f1a5fd 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)
OpenPOWER on IntegriCloud