fix memory usage redis
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ class EVEWatcher(threading.Thread):
|
||||
key = f"alerts_filtered_{tuning.reason}"
|
||||
self.stats.inc(key)
|
||||
# A filtered alert is deliberately excluded from the dashboard and
|
||||
# Redis traffic history. The original EVE record stays on disk.
|
||||
# traffic ingest/archive path. The original EVE record stays on disk.
|
||||
return
|
||||
|
||||
duplicate_id = self.store.find_recent_duplicate(event, self.dedup_window_seconds)
|
||||
|
||||
Reference in New Issue
Block a user