From 868446ad4d8ba33053b048dd4d82b6d4f5328f07 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 13 May 2026 15:01:30 +0100 Subject: Remove maxBatches It's not required; DB insertion occurs only in a background thread now. --- src/ingestor.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index 1125692..738357b 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -26,7 +26,6 @@ namespace WebStat { unsigned int dbMax = 4; unsigned int dbKeep = 2; size_t maxBatchSize = 1; - size_t maxBatches = 5; minutes checkJobsAfter = 1min; minutes freqIngestParkedLines = 30min; minutes freqPurgeOldLogs = 6h; -- cgit v1.3