From 01c918d4ac8bed3ee1695a0f51d41f679d22b766 Mon Sep 17 00:00:00 2001 From: Epictetus Date: Wed, 22 Jul 2026 15:08:30 +0000 Subject: [PATCH] =?UTF-8?q?Calibrate=20PUBLISH=20threshold=206.0=E2=86=925?= =?UTF-8?q?.0:=2019=20instead=20of=203=20publish-worthy=20items?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oracle/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle/config.py b/oracle/config.py index 26d85d2..816256e 100644 --- a/oracle/config.py +++ b/oracle/config.py @@ -44,7 +44,7 @@ FRESHNESS_SLA_H = {1: 48, 2: 24, 3: 12} # ARCHIVE: Low score or aged out, move to archive # DROP: Junk score, ignore VERDICT_THRESHOLDS = { - "PUBLISH": {"min_score": 6.0, "max_age_h": 48}, + "PUBLISH": {"min_score": 5.0, "max_age_h": 48}, "WATCH": {"min_score": 4.0, "max_age_h": 168}, # 7 days "ARCHIVE": {"min_score": 2.0, "max_age_h": 720}, # 30 days "DROP": {"min_score": 0.0, "max_age_h": 999999}, # catch-all