From ee9517e452376bc4963aa3a43ca90ebb9d710b85 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 8 Jun 2026 12:31:07 +0100 Subject: Remove the purge time limit This is a background job, has been for a while, so we can sanely allow it to run for as long as is required. --- 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 2050b7c..8808ed8 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -32,7 +32,6 @@ namespace WebStat { minutes freqPurgeOldLogs = 6h; unsigned int purgeDaysToKeep = 61; // ~2 months unsigned int purgeDeleteMax = 10'000; - minutes purgeDeleteMaxTime = 5min; seconds purgeDeletePause = 3s; // NOLINTEND(readability-magic-numbers) }; -- cgit v1.3