Run expiration on a separate thread

This commit is contained in:
Tim Wojtulewicz 2025-02-07 16:55:40 -07:00
parent cad48cebd4
commit 40f60f26b3
4 changed files with 44 additions and 10 deletions

View file

@ -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;