Constant webrender::gpu_cache::RECLAIM_DELAY_S
source ยท const RECLAIM_DELAY_S: u64 = 5;
Expand description
The amount of time utilization must be below the above threshold before we blow away the cache and rebuild it.
const RECLAIM_DELAY_S: u64 = 5;
The amount of time utilization must be below the above threshold before we blow away the cache and rebuild it.