From b390ea1bc1b7b671a73dcd00412e21298a2c0b5b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 12 Dec 2023 08:26:12 -0700 Subject: [PATCH] remove `X` --- docs/docs/configuration/record.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/record.md b/docs/docs/configuration/record.md index df89ba4f5..a14135c9e 100644 --- a/docs/docs/configuration/record.md +++ b/docs/docs/configuration/record.md @@ -31,7 +31,7 @@ The number of days to retain 24/7 recordings can be set via the following config record: enabled: True retain: - days: X + days: 1 # <- number of days to keep 24/7 recordings ``` 24/7 recording supports different retention modes [which are described below](#what-do-the-different-retain-modes-mean) @@ -45,7 +45,7 @@ record: enabled: True events: retain: - default: X + default: 10 # <- number of days to keep event recordings ``` This configuration will retain recording segments that overlap with events and have active tracked objects for 10 days. Because multiple events can reference the same recording segments, this avoids storing duplicate footage for overlapping events and reduces overall storage needs.