From 3eafdc591a3fd69944e79bc14f1a25b362a6c4ba Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 10 Sep 2025 14:44:36 -0500 Subject: [PATCH] updates --- File-Pinning.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/File-Pinning.md b/File-Pinning.md index 114b0b4..4091c70 100644 --- a/File-Pinning.md +++ b/File-Pinning.md @@ -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. - 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. + - 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).