recordings: decrease duration

This commit is contained in:
2025-07-28 07:08:47 +00:00
parent fad732e16b
commit 0399b89e28

View File

@@ -123,14 +123,14 @@ in
enabled = true; enabled = true;
sync_recordings = true; sync_recordings = true;
retain = { retain = {
days = 7; days = 2;
mode = "all"; mode = "all";
}; };
events = { events = {
pre_capture = 5; pre_capture = 5;
post_capture = 5; post_capture = 5;
retain = { retain = {
default = 30; default = 5;
mode = "motion"; mode = "motion";
}; };
}; };