pub const ADVERT_CACHE_TTL_SECS: u64 = 900;
How long a cached advert remains usable before it’s considered stale. Must be > ADVERT_PUBLISH_INTERVAL_SECS so that a single missed publish window doesn’t evict the cache entry.
ADVERT_PUBLISH_INTERVAL_SECS