mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 03:41:55 +03:00
remove further references to snapshots retain.mode
This commit is contained in:
parent
a1319c8525
commit
40da73c8f9
@ -111,7 +111,6 @@ Navigate to <NavPath path="Settings > Global configuration > Snapshots" />.
|
|||||||
| Field | Description |
|
| Field | Description |
|
||||||
| -------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
| -------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
||||||
| **Snapshot retention > Default retention** | Number of days to retain snapshots (default: 10) |
|
| **Snapshot retention > Default retention** | Number of days to retain snapshots (default: 10) |
|
||||||
| **Snapshot retention > Retention mode** | Retention mode: `all`, `motion`, or `active_objects` |
|
|
||||||
| **Snapshot retention > Object retention > Person** | Per-object overrides for retention days (e.g., keep `person` snapshots for 15 days) |
|
| **Snapshot retention > Object retention > Person** | Per-object overrides for retention days (e.g., keep `person` snapshots for 15 days) |
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
@ -122,7 +121,6 @@ snapshots:
|
|||||||
enabled: True
|
enabled: True
|
||||||
retain:
|
retain:
|
||||||
default: 10
|
default: 10
|
||||||
mode: motion
|
|
||||||
objects:
|
objects:
|
||||||
person: 15
|
person: 15
|
||||||
```
|
```
|
||||||
|
|||||||
@ -666,10 +666,6 @@
|
|||||||
"label": "Default retention",
|
"label": "Default retention",
|
||||||
"description": "Default number of days to retain snapshots."
|
"description": "Default number of days to retain snapshots."
|
||||||
},
|
},
|
||||||
"mode": {
|
|
||||||
"label": "Retention mode",
|
|
||||||
"description": "Mode for retention: all (save all segments), motion (save segments with motion), or active_objects (save segments with active objects)."
|
|
||||||
},
|
|
||||||
"objects": {
|
"objects": {
|
||||||
"label": "Object retention",
|
"label": "Object retention",
|
||||||
"description": "Per-object overrides for snapshot retention days."
|
"description": "Per-object overrides for snapshot retention days."
|
||||||
|
|||||||
@ -1176,10 +1176,6 @@
|
|||||||
"label": "Default retention",
|
"label": "Default retention",
|
||||||
"description": "Default number of days to retain snapshots."
|
"description": "Default number of days to retain snapshots."
|
||||||
},
|
},
|
||||||
"mode": {
|
|
||||||
"label": "Retention mode",
|
|
||||||
"description": "Mode for retention: all (save all segments), motion (save segments with motion), or active_objects (save segments with active objects)."
|
|
||||||
},
|
|
||||||
"objects": {
|
"objects": {
|
||||||
"label": "Object retention",
|
"label": "Object retention",
|
||||||
"description": "Per-object overrides for snapshot retention days."
|
"description": "Per-object overrides for snapshot retention days."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user