remove further references to snapshots retain.mode

This commit is contained in:
Josh Hawkins 2026-06-16 08:50:07 -05:00
parent a1319c8525
commit 40da73c8f9
3 changed files with 0 additions and 10 deletions

View File

@ -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
``` ```

View File

@ -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."

View File

@ -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."