updates

2025-09-10 14:44:36 -05:00
parent 020df3d0cb
commit 3eafdc591a

@@ -22,8 +22,9 @@ Pinning keeps specific **files** cached locally and protected from eviction. It'
- Pinned files are marked with `pinned=true` in the mount's metadata database. - Pinned files are marked with `pinned=true` in the mount's metadata database.
- Cache eviction **skips** pinned files. - Cache eviction **skips** pinned files.
- Pinning **does not auto-download** content in v2.0.x; the file is retained **after it's cached** by normal access. - Pinning **does not auto-download** content in `v2.0.x`; the file is retained **after it's cached** by normal access.
- `v2.1.x` and above, by default, will auto-download files not residing in cache. - `v2.1.x` and above, by default, will auto-download files not residing in cache.
- In configuration, change `AutoDownloadOnPin` to `false` if you wish to keep legacy behavior.
> To prefetch in v2.0.x, read the file once (e.g., `cat`, open/scan, copy). > To prefetch in v2.0.x, read the file once (e.g., `cat`, open/scan, copy).