mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-28 15:05:00 +03:00
remove sync_recordings
This commit is contained in:
parent
c0a30fe3a4
commit
b4960ae742
@ -510,8 +510,6 @@ record:
|
|||||||
# Optional: Number of minutes to wait between cleanup runs (default: shown below)
|
# Optional: Number of minutes to wait between cleanup runs (default: shown below)
|
||||||
# This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o
|
# This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o
|
||||||
expire_interval: 60
|
expire_interval: 60
|
||||||
# Optional: Two-way sync recordings database with disk on startup and once a day (default: shown below).
|
|
||||||
sync_recordings: False
|
|
||||||
# Optional: Continuous retention settings
|
# Optional: Continuous retention settings
|
||||||
continuous:
|
continuous:
|
||||||
# Optional: Number of days to retain recordings regardless of tracked objects or motion (default: shown below)
|
# Optional: Number of days to retain recordings regardless of tracked objects or motion (default: shown below)
|
||||||
|
|||||||
@ -4,9 +4,6 @@
|
|||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable record on all cameras."
|
"label": "Enable record on all cameras."
|
||||||
},
|
},
|
||||||
"sync_recordings": {
|
|
||||||
"label": "Sync recordings with disk on startup and once a day."
|
|
||||||
},
|
|
||||||
"expire_interval": {
|
"expire_interval": {
|
||||||
"label": "Number of minutes to wait between cleanup runs."
|
"label": "Number of minutes to wait between cleanup runs."
|
||||||
},
|
},
|
||||||
|
|||||||
@ -197,7 +197,6 @@ export interface CameraConfig {
|
|||||||
days: number;
|
days: number;
|
||||||
mode: string;
|
mode: string;
|
||||||
};
|
};
|
||||||
sync_recordings: boolean;
|
|
||||||
};
|
};
|
||||||
review: {
|
review: {
|
||||||
alerts: {
|
alerts: {
|
||||||
@ -542,7 +541,6 @@ export interface FrigateConfig {
|
|||||||
days: number;
|
days: number;
|
||||||
mode: string;
|
mode: string;
|
||||||
};
|
};
|
||||||
sync_recordings: boolean;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
rtmp: {
|
rtmp: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user