You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update DataRetentionSettings configuration defaults and add possible 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) <cwarnermm@users.noreply.github.com>
Copy file name to clipboardExpand all lines: source/configure/compliance-configuration-settings.rst
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ Time between batches
126
126
127
127
The time in milliseconds between batches processed during data retention job execution. This setting helps control the rate at which data is deleted to reduce database load during retention operations.
128
128
129
-
Default is 100 milliseconds.
129
+
Default is 100 milliseconds. Possible values are any positive integer (≥ 0).
:description: The number of retention IDs to process in a single batch during data retention job execution. Default is 1000.
140
+
:description: The number of retention IDs to process in a single batch during data retention job execution. Default is 100.
141
141
142
142
Retention IDs batch size
143
143
~~~~~~~~~~~~~~~~~~~~~~~~~
144
144
145
145
The number of retention IDs to process in a single batch during data retention job execution. This setting controls how many items are processed together for optimal performance.
146
146
147
-
Default is 1000.
147
+
Default is 100. Possible values are any positive integer (≥ 0).
:description: Set how long Mattermost keeps boards data. Default is 0 (disabled).
158
+
:description: Set how long Mattermost keeps boards data. Default is 365 days.
159
159
160
160
Boards retention days
161
161
~~~~~~~~~~~~~~~~~~~~~
162
162
163
163
Set how long Mattermost keeps boards data. When set to a value greater than 0, boards data older than the specified number of days will be deleted during retention job execution.
164
164
165
-
Default is 0 (disabled).
165
+
Default is 365 days. Possible values are any non-negative integer (≥ 0).
:description: Enable or disable message deletion during data retention job execution. Default is true.
176
+
:description: Enable or disable message deletion during data retention job execution. Default is false.
177
177
178
178
Enable message deletion
179
179
~~~~~~~~~~~~~~~~~~~~~~~
180
180
181
181
Enable or disable message deletion during data retention job execution. When set to false, messages will not be deleted regardless of other retention settings.
182
182
183
-
Default is true.
183
+
Default is false. Possible values are true or false.
:description: Enable or disable file deletion during data retention job execution. Default is true.
194
+
:description: Enable or disable file deletion during data retention job execution. Default is false.
195
195
196
196
Enable file deletion
197
197
~~~~~~~~~~~~~~~~~~~~
198
198
199
199
Enable or disable file deletion during data retention job execution. When set to false, files will not be deleted regardless of other retention settings.
200
200
201
-
Default is true.
201
+
Default is false. Possible values are true or false.
:description: Enable or disable boards deletion during data retention job execution. Default is true.
212
+
:description: Enable or disable boards deletion during data retention job execution. Default is false.
213
213
214
214
Enable boards deletion
215
215
~~~~~~~~~~~~~~~~~~~~~~
216
216
217
217
Enable or disable boards deletion during data retention job execution. When set to false, boards data will not be deleted regardless of other retention settings.
218
218
219
-
Default is true.
219
+
Default is false. Possible values are true or false.
:systemconsole: Compliance > Data Retention Policies
228
228
:configjson: .DataRetentionSettings.BatchSize
229
229
:environment: MM_DATARETENTIONSETTINGS_BATCHSIZE
230
-
:description: The number of records to process in a single batch during data retention job execution. Default is 1000.
230
+
:description: The number of records to process in a single batch during data retention job execution. Default is 3000.
231
231
232
232
Batch size
233
233
~~~~~~~~~~
234
234
235
235
The number of records to process in a single batch during data retention job execution. This setting controls how many records are processed together for optimal performance.
236
236
237
-
Default is 1000.
237
+
Default is 3000. Possible values are any positive integer (≥ 0).
0 commit comments