update data-retention.md file to include activityThreadsRetentionPeriod key (#22890)

This commit is contained in:
Ankit Mishra 2025-08-12 11:34:13 +05:30 committed by GitHub
parent fceb9f3c00
commit 65ae860797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,14 @@ As **OpenMetadata** processes events related to metadata changes and pipeline ex
## Configuration Options
- **Configuration Key:** `changeEventRetentionPeriod`
**Description:** Number of days to retain change event records
**Default Value:** `7`
**Description:** The number of days to retain change event records
**Default Value:** `7`
- **Configuration Key:** `activityThreadsRetentionPeriod`
**Description:** The number of days to retain activity feed records
**Default Value:** `60`
{% note %}