recordings: decrease duration
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user