mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Remove the BroFile cache
GH-375
This commit is contained in:
parent
f810de11fa
commit
5052dc03fc
14 changed files with 49 additions and 319 deletions
|
@ -4622,11 +4622,6 @@ module GLOBAL;
|
|||
## BPF filter the user has set via the -f command line options. Empty if none.
|
||||
const cmd_line_bpf_filter = "" &redef;
|
||||
|
||||
## The maximum number of open files to keep cached at a given time.
|
||||
## If set to zero, this is automatically determined by inspecting
|
||||
## the current/maximum limit on open files for the process.
|
||||
const max_files_in_cache = 0 &redef;
|
||||
|
||||
## Deprecated.
|
||||
const log_rotate_base_time = "0:00" &redef;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue