Constant MAX_REPO_CACHE_ENTRIES
pub const MAX_REPO_CACHE_ENTRIES: usize = 5;Expand description
Cache entries kept per repository before the oldest are evicted. Named
so the eviction bound and the number codelore profile reports to the
user come from one place.