mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
add a couple more configuration options
This commit is contained in:
parent
719540414f
commit
b47620e501
4 changed files with 30 additions and 4 deletions
|
@ -14,4 +14,10 @@ export {
|
|||
|
||||
## addition factor for each heartbeat
|
||||
const addfactor = 0 &redef;
|
||||
|
||||
## stop spreading at x lines per heartbeat
|
||||
const stopspreadat = 0 &redef;
|
||||
|
||||
## 1 -> enable timed spreading
|
||||
const timedspread = 0 &redef;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue