From 71b00ca4b359487d5ddea20ba225ec9dd654cace Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 8 Apr 2024 00:09:20 -0500 Subject: [PATCH] config_passthrough.hpp --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 030a17e2..899ca18b 100644 --- a/README.md +++ b/README.md @@ -167,9 +167,9 @@ These options are the same regardless of whether you use them with the longer need the data and it can drop its cache. Recommended when **cache.files=partial|full|auto-full|per-process** to limit double caching. (default: false) -* **passthrough=BOOL**: On Linux 6.9 and above passthrough allows for +* **passthrough=off|ro|wo|rw**: On Linux 6.9 and above passthrough allows for near native IO performance. See below for more details. (default: - false) + off) * **direct-io-allow-mmap=BOOL**: On Linux 6.6 and above it is possible to disable file page caching while still allowing for shared mmap support. mergerfs will enable this feature if available