pub const DEFAULT_ATTESTATION_STALENESS_SECS: u64 = 7_776_000;Expand description
Default staleness threshold (seconds) beyond which the attestation
freshness factor is fully deducted. Ninety days mirrors the default
receipt-retention window in crate::receipt_store::RetentionConfig.