From 0a82929b94f1a8fc309237b1e6e345f9ecea8348 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 26 Oct 2025 18:21:11 -0400 Subject: [PATCH] rc: fix name of "queue" JSON key in docs for vfs/cache Signed-off-by: Andrew Gunnerson --- vfs/rc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vfs/rc.go b/vfs/rc.go index d780048bd..186a2cb9d 100644 --- a/vfs/rc.go +++ b/vfs/rc.go @@ -450,7 +450,7 @@ This is only useful if |--vfs-cache-mode| > off. If you call it when the |--vfs-cache-mode| is off, it will return an empty result. { - "queued": // an array of files queued for upload + "queue": // an array of files queued for upload [ { "name": "file", // string: name (full path) of the file,