From e9b1618364cd5bd35863df3e8e2aeff7a4ca8ce8 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 29 Jan 2021 06:42:55 -0600 Subject: [PATCH] add note about protection mode for tmpfs fixes #658 --- docs/docs/configuration/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 200ca71cf..2a25349d7 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -80,7 +80,8 @@ clips: max_seconds: 300 # Optional: size of tmpfs mount to create for cache files (default: not set) # mount -t tmpfs -o size={tmpfs_cache_size} tmpfs /tmp/cache - # Notice: If you have mounted a tmpfs volume through docker, this value should not be set in your config + # NOTICE: Addon users must have Protection mode disabled for the addon when using this setting. + # Also, if you have mounted a tmpfs volume through docker, this value should not be set in your config. tmpfs_cache_size: 256m # Optional: Retention settings for clips (default: shown below) retain: