pub const DEFAULT_LATENCY_BUDGET_MS: u64 = 5_000;Expand description
Default latency budget for the latency-score term.
A solve that takes longer than the budget is treated as
fully penalised (latency_score = 0.0). The value is
conservative (5 seconds) — most well-behaved vendor PoW
challenges solve well under that.