summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index b74cc712a..6288a748c 100644
--- a/config/default.json
+++ b/config/default.json
@@ -316,7 +316,11 @@
"PostsAggregatorJobStartTime": "03:00"
},
"DataRetentionSettings": {
- "Enable": false
+ "EnableMessageDeletion": false,
+ "EnableFileDeletion": false,
+ "MessageRetentionDays": 365,
+ "FileRetentionDays": 365,
+ "DeletionJobStartTime": "02:00"
},
"JobSettings": {
"RunJobs": true,