use seenEvents in IndexedDB

This commit is contained in:
Martti Malmi
2024-01-04 10:37:39 +02:00
parent 287ce32690
commit d31a03a565
4 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,3 @@
import LRUSet from "@snort/shared/src/LRUSet";
export default new LRUSet<string>(2000);
export const seenEvents = new LRUSet<string>(2000);