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
This commit is contained in:
Pawel Jakub Dawidek 2010-10-04 21:44:26 +00:00
parent 5f24b330df
commit 428ad0a9c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213430

View File

@ -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)