Skip to main content

DEFAULT_MAX_CACHED_FILES

Constant DEFAULT_MAX_CACHED_FILES 

Source
pub const DEFAULT_MAX_CACHED_FILES: usize = 256;
Expand description

Upper bound on a MtimeFileCache’s entry count.

Generous for any realistic project tree, since it is bounded by the number of distinct config files a workspace’s ancestor walk can find, not by the number of manifests sharing them.