mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-375-remove-brofile-cache'
* origin/topic/johanna/gh-375-remove-brofile-cache: Remove the BroFile cache Fixes GH-375
This commit is contained in:
commit
dafc44e8b9
18 changed files with 62 additions and 321 deletions
7
NEWS
7
NEWS
|
@ -467,6 +467,13 @@ Removed Functionality
|
|||
upgrade path. The ``OS_version_found`` event as well as the
|
||||
``generate_OS_version_event`` configuration option were removed.
|
||||
|
||||
- Removed the ``max_files_in_cache`` option and the associated
|
||||
"file caching" feature it's associated with. That feature allowed
|
||||
one to open many scripting-layer ``file`` objects and potentially
|
||||
bypass the operating system's resource limits for open files.
|
||||
This is typically not necessary and it's a problem that is more
|
||||
appropriately addressed at the system configuration level.
|
||||
|
||||
Deprecated Functionality
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue