Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2010 21:44:27 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213430 - head/sbin/hastd
Message-ID:  <201010042144.o94LiRVe028447@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Mon Oct  4 21:44:26 2010
New Revision: 213430
URL: http://svn.freebsd.org/changeset/base/213430

Log:
  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

Modified:
  head/sbin/hastd/hastd.c

Modified: head/sbin/hastd/hastd.c
==============================================================================
--- head/sbin/hastd/hastd.c	Mon Oct  4 21:43:06 2010	(r213429)
+++ head/sbin/hastd/hastd.c	Mon Oct  4 21:44:26 2010	(r213430)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010042144.o94LiRVe028447>