Skip to main content

CACHE_HIT_THRESHOLD

Constant CACHE_HIT_THRESHOLD 

Source
pub const CACHE_HIT_THRESHOLD: u32 = 10;
Expand description

Number of hits on a placeholder entry before the server issues a CacheRequestToken. Essentially: have we had this many requests in the last CACHE_LOCATION_TTI? If so, start caching.