From 0bf72503e266516a116976252e20e4025d519ab2 Mon Sep 17 00:00:00 2001
From: drondeseries
Date: Tue, 13 Jan 2026 09:29:34 -0500
Subject: [PATCH 1/2] feat(health): add hybrid data verification mode to detect
corrupted files
---
.../components/config/HealthConfigSection.tsx | 17 ++++
frontend/src/types/config.ts | 2 +
internal/config/accessors.go | 8 ++
internal/config/manager.go | 3 +
internal/health/checker.go | 1 +
internal/importer/validation/segments.go | 2 +-
internal/usenet/validation.go | 84 ++++++++++++++++++-
7 files changed, 114 insertions(+), 3 deletions(-)
diff --git a/frontend/src/components/config/HealthConfigSection.tsx b/frontend/src/components/config/HealthConfigSection.tsx
index b05e1dd99..71dcb8490 100644
--- a/frontend/src/components/config/HealthConfigSection.tsx
+++ b/frontend/src/components/config/HealthConfigSection.tsx
@@ -384,6 +384,23 @@ export function HealthConfigSection({
validation of all segments (slower).
+
{formData.segment_sample_percentage !== undefined && !formData.check_all_segments && (