mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Convert more redef-able constants to runtime options
This commit is contained in:
parent
fd1a23ea66
commit
9bfc01b705
11 changed files with 14 additions and 14 deletions
|
@ -53,7 +53,7 @@ export {
|
|||
## utilizing the *identifier* field in :bro:type:`Notice::Info` records.
|
||||
## Set this to "0secs" to completely disable automated notice
|
||||
## suppression.
|
||||
const default_suppression_interval = 1hrs &redef;
|
||||
option default_suppression_interval = 1hrs;
|
||||
|
||||
## The record type that is used for representing and logging notices.
|
||||
type Info: record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue