debug: revert artifact freshness sentinel string

TIMING_PATCH_ACTIVE was a temporary diagnostic string added to
verify that GitHub Actions was building fresh artifacts from the
correct branch commit, and not serving a stale cached binary.
Build freshness was confirmed. Reverted back to INVALID.
This commit is contained in:
Chandragupt Singh
2026-02-27 20:32:40 +05:30
parent f5cede7c58
commit 801a5446bf

View File

@@ -155,7 +155,7 @@ impl TimingContext {
.current_pts
.as_timestamp(timing_info.mpeg_clock_freq)
.to_hms_millis_time(':')
.unwrap_or_else(|_| "TIMING_PATCH_ACTIVE".to_string());
.unwrap_or_else(|_| "INVALID".to_string());
let fts_string = self
.fts_now