From fc9a769ed86f6f0c86d8216cbf7e6bef7a6eae03 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 22 Oct 2024 08:48:12 -0700 Subject: [PATCH] Updated Path Specific Configuration (markdown) --- Path-Specific-Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Path-Specific-Configuration.md b/Path-Specific-Configuration.md index 3081f63..33e23a6 100644 --- a/Path-Specific-Configuration.md +++ b/Path-Specific-Configuration.md @@ -99,6 +99,8 @@ Usage of fs.configure: assign writes with this ttl -volumeGrowthCount int the number of physical volumes to add if no writable volumes + -worm + worm mode, If true, a file can only be changed once, after which it becomes readonly and undeletable, see https://en.wikipedia.org/wiki/Write_once_read_many ```