Fixing default stats collection interval to every 5 minutes.

This commit is contained in:
Seth Hall 2016-01-14 16:17:41 -05:00
parent 16adf2ff5a
commit ee763381b2

View file

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