mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Fixing default stats collection interval to every 5 minutes.
This commit is contained in:
parent
16adf2ff5a
commit
ee763381b2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue