chore: set retention to 7 days — no archival compression
This commit is contained in:
parent
69d3a7c47f
commit
0104302367
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ func DefaultConfig() Config {
|
|||
},
|
||||
Storage: StorageConfig{
|
||||
RecordingsPath: "/mnt/recordings",
|
||||
RetentionDays: 18,
|
||||
RetentionDays: 7,
|
||||
CleanupIntervalMins: 60,
|
||||
},
|
||||
Go2RTC: Go2RTCConfig{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ server:
|
|||
|
||||
storage:
|
||||
recordings_path: "/mnt/recordings"
|
||||
retention_days: 18
|
||||
retention_days: 7
|
||||
cleanup_interval_mins: 60
|
||||
|
||||
go2rtc:
|
||||
|
|
|
|||
Loading…
Reference in a new issue