Calibrate PUBLISH threshold 6.0→5.0: 19 instead of 3 publish-worthy items
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ FRESHNESS_SLA_H = {1: 48, 2: 24, 3: 12}
|
|||||||
# ARCHIVE: Low score or aged out, move to archive
|
# ARCHIVE: Low score or aged out, move to archive
|
||||||
# DROP: Junk score, ignore
|
# DROP: Junk score, ignore
|
||||||
VERDICT_THRESHOLDS = {
|
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
|
"WATCH": {"min_score": 4.0, "max_age_h": 168}, # 7 days
|
||||||
"ARCHIVE": {"min_score": 2.0, "max_age_h": 720}, # 30 days
|
"ARCHIVE": {"min_score": 2.0, "max_age_h": 720}, # 30 days
|
||||||
"DROP": {"min_score": 0.0, "max_age_h": 999999}, # catch-all
|
"DROP": {"min_score": 0.0, "max_age_h": 999999}, # catch-all
|
||||||
|
|||||||
Reference in New Issue
Block a user