pub const DEFAULT_NONCE_TTL: Duration;Expand description
Default TTL for nonce observations: 10 minutes.
Aligned with the
DEFAULT_CHALLENGE_TTL
default so the two stores share an “after ten minutes we
forget” horizon. Long enough to span a typical scraping
session, short enough that an evicted nonce can be re-issued
without false-positive replay detection.