Skip to main content

FUSE_CACHE_TTL_DEFAULT_SECS

Constant FUSE_CACHE_TTL_DEFAULT_SECS 

Source
pub const FUSE_CACHE_TTL_DEFAULT_SECS: u64 = 30;
Expand description

Default metadata cache TTL (seconds) for the FUSE passthrough overlay. StorageClassification-aware overrides apply at runtime: NFS 30s, HDD 60s, NVMe 5s. Corresponds to fuse_cache_ttl_secs in TargetConfig.