mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

- Default extraction limit of 100MB now provided via a tuning script loaded in local.bro so that command-line Bro is unlimited by default. - Extraction directory is now created on request of file extraction rather than unconditionally in bro_init().
4 lines
82 B
Text
4 lines
82 B
Text
@load base/files/extract
|
|
|
|
# 100 MB.
|
|
redef FileExtract::default_limit = 104857600;
|