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:
parent
5f24b330df
commit
428ad0a9c4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user