From ee763381b25b0456a01ca40f826fb9c9b9ca9ef8 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Thu, 14 Jan 2016 16:17:41 -0500 Subject: [PATCH] Fixing default stats collection interval to every 5 minutes. --- scripts/policy/misc/stats.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/policy/misc/stats.bro b/scripts/policy/misc/stats.bro index be84c5f35f..d154da05e9 100644 --- a/scripts/policy/misc/stats.bro +++ b/scripts/policy/misc/stats.bro @@ -8,7 +8,7 @@ export { redef enum Log::ID += { LOG }; ## How often stats are reported. - const stats_report_interval = 1sec &redef; + const stats_report_interval = 5min &redef; type Info: record { ## Timestamp for the measurement.