chore: set retention to 7 days — no archival compression

This commit is contained in:
Claus Lohmar 2026-08-05 12:41:58 +01:00
parent 69d3a7c47f
commit 0104302367
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ func DefaultConfig() Config {
}, },
Storage: StorageConfig{ Storage: StorageConfig{
RecordingsPath: "/mnt/recordings", RecordingsPath: "/mnt/recordings",
RetentionDays: 18, RetentionDays: 7,
CleanupIntervalMins: 60, CleanupIntervalMins: 60,
}, },
Go2RTC: Go2RTCConfig{ Go2RTC: Go2RTCConfig{

View file

@ -7,7 +7,7 @@ server:
storage: storage:
recordings_path: "/mnt/recordings" recordings_path: "/mnt/recordings"
retention_days: 18 retention_days: 7
cleanup_interval_mins: 60 cleanup_interval_mins: 60
go2rtc: go2rtc: