diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-05-13 15:01:30 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-05-13 15:01:30 +0100 |
| commit | 868446ad4d8ba33053b048dd4d82b6d4f5328f07 (patch) | |
| tree | ba8a8ecdb32c42f0d9c938965590f220cab7ee20 /src/ingestor.hpp | |
| parent | 4739bb6a1565e69492eb0349298d86d4d0daad38 (diff) | |
| download | webstat-868446ad4d8ba33053b048dd4d82b6d4f5328f07.tar.bz2 webstat-868446ad4d8ba33053b048dd4d82b6d4f5328f07.tar.xz webstat-868446ad4d8ba33053b048dd4d82b6d4f5328f07.zip | |
Remove maxBatches
It's not required; DB insertion occurs only in a background thread now.
Diffstat (limited to 'src/ingestor.hpp')
| -rw-r--r-- | src/ingestor.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
