Skip to main content

ADVERT_CACHE_TTL_SECS

Constant ADVERT_CACHE_TTL_SECS 

Source
pub const ADVERT_CACHE_TTL_SECS: u64 = 900;
Expand description

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.