From cb47664b464331b88dad62796729fe08f07f30e4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 5 Jul 2026 17:12:53 +0100 Subject: Update parsed type of duration field uint32_t doesn't cut it, changed to uint64_t. --- 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 1a47a1b..e250072 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -63,7 +63,7 @@ namespace WebStat { using ScanResult = decltype(scn::scan( + QueryString, std::string_view, uint16_t, uint64_t, uint64_t, CLFString, CLFString, CLFString>( std::declval(), "")); using ScanValues = std::remove_cvref_t()->values())>; -- cgit v1.3