From 01043023674e836ecb42e8afb23a66e883ef0c89 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Wed, 5 Aug 2026 12:41:58 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20set=20retention=20to=207=20days=20?= =?UTF-8?q?=E2=80=94=20no=20archival=20compression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.go | 2 +- config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index bd2116b..bdb1d2e 100644 --- a/config.go +++ b/config.go @@ -77,7 +77,7 @@ func DefaultConfig() Config { }, Storage: StorageConfig{ RecordingsPath: "/mnt/recordings", - RetentionDays: 18, + RetentionDays: 7, CleanupIntervalMins: 60, }, Go2RTC: Go2RTCConfig{ diff --git a/config.yaml b/config.yaml index bf01732..914d984 100644 --- a/config.yaml +++ b/config.yaml @@ -7,7 +7,7 @@ server: storage: recordings_path: "/mnt/recordings" - retention_days: 18 + retention_days: 7 cleanup_interval_mins: 60 go2rtc: