docs: clarify VFS cache age semantics

This commit is contained in:
Shantanav Mukherjee
2026-08-18 09:49:42 +01:00
committed by GitHub
parent 30e79a017b
commit 4f22d62c66
+2 -1
View File
@@ -116,7 +116,8 @@ longest. This cache flushing strategy is efficient and more relevant
files are likely to remain cached.
The `--vfs-cache-max-age` will evict files from the cache
after the set time since last access has passed. The default value of
after the set time since last access has passed; it is based on access time,
not on when the file was first added to the cache. The default value of
1 hour will start evicting files from cache that haven't been accessed
for 1 hour. When a cached file is accessed the 1 hour timer is reset to 0
and will wait for 1 more hour before evicting. Specify the time with