From fa277f69b14446b47a3dfa63ed7fc1a8a16ef7f8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 9 Jul 2026 13:09:34 +0100 Subject: Include type in existingEntities cache Fixes the issues of entities having the same value (hash) but occurring in different places. This is most often when the client states the virtual host name as the referrer. --- src/ingestor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index e250072..7082dc0 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -101,7 +101,7 @@ namespace WebStat { DB::ConnectionPoolPtr dbpool; mutable Stats stats {}; - ThreadSafeT> existingEntities; + ThreadSafeT> existingEntities; LineBatch queuedLines, processingLines; bool terminated = false; -- cgit v1.3