mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Run expiration on a separate thread
This commit is contained in:
parent
cad48cebd4
commit
40f60f26b3
4 changed files with 44 additions and 10 deletions
|
@ -6222,8 +6222,9 @@ module Storage;
|
|||
|
||||
export {
|
||||
## The interval used by the storage framework for automatic expiration
|
||||
## of elements in all backends that don't support it natively.
|
||||
const expire_interval = 5.0 secs &redef;
|
||||
## of elements in all backends that don't support it natively, or if
|
||||
## using expiration while reading pcap files.
|
||||
const expire_interval = 15.0 secs &redef;
|
||||
}
|
||||
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue