pub const MAX_PAST_MS: u64 = 86_400_000;Expand description
How long after signing a message may still be delivered. Generous, because the bus is a durable keep-until-ack store: an offline or slow peer (or a Claude Code stdio-server restart gap) can leave a legitimate message queued for a long time, and it must not be rejected as stale when it finally lands. The replay this widens is bounded in practice by the dedupe set and the trusted-tailnet threat model.