-
Notifications
You must be signed in to change notification settings - Fork 609
Add missing DataRetentionSettings configuration settings #8169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Add 7 missing DataRetentionSettings configuration options to the compliance documentation: - TimeBetweenBatchesMilliseconds - RetentionIdsBatchSize - BoardsRetentionDays - EnableMessageDeletion - EnableFileDeletion - EnableBoardsDeletion - BatchSize These settings provide better control over data retention job execution and performance. Fixes #8160 Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
Newest code from mattermost has been published to preview environment for Git SHA 18615ca |
Next steps:
|
Newest code from mattermost has been published to preview environment for Git SHA 5b704d1 |
TimeBetweenBatchesMilliseconds
RetentionIdsBatchSize
BoardsRetentionDays
EnableMessageDeletion
EnableFileDeletion
EnableBoardsDeletion
BatchSize
|
@claude - Incorporate the default and possible configuration setting values specified via #8169 (comment) |
Claude finished @cwarnermm's task —— View job Todo List:
SummarySuccessfully updated all 7 DataRetentionSettings configuration options in Updated default values:
Added possible values information:
The changes have been committed and pushed to the PR branch: |
…values - Updated RetentionIdsBatchSize default from 1000 to 100 - Updated BoardsRetentionDays default from 0 to 365 days - Updated EnableMessageDeletion default from true to false - Updated EnableFileDeletion default from true to false - Updated EnableBoardsDeletion default from true to false - Updated BatchSize default from 1000 to 3000 - Added possible values information for all settings Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
Newest code from mattermost has been published to preview environment for Git SHA bd4942f |
Newest code from mattermost has been published to preview environment for Git SHA 67e6daa |
Add 7 missing DataRetentionSettings configuration options to the compliance documentation:
These settings provide better control over data retention job execution and performance.
Fixes #8160
Generated with Claude Code