mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:41:04 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213430
@ -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…
Reference in New Issue
Block a user