aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2019-05-21 01:21:28 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2019-05-21 21:38:56 +0000
commit16b260fb19cca02463766c2e36a41bfcc823af9b (patch)
tree108aa2a1daf502d11f25535dcfe728e2ba3c07a9 /docs
parent73df9d690d5c1a9c11f0f04b8d877c0677022591 (diff)
downloadpleroma-16b260fb19cca02463766c2e36a41bfcc823af9b.tar.gz
add mix task to prune the object database using a configured retention period
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 197326bbd..a050068f4 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -104,6 +104,7 @@ config :pleroma, Pleroma.Emails.Mailer,
* `max_report_comment_size`: The maximum size of the report comment (Default: `1000`)
* `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`)
* `healthcheck`: if set to true, system data will be shown on ``/api/pleroma/healthcheck``.
+* `remote_post_retention_days`: the default amount of days to retain remote posts when pruning the database
## :app_account_creation
REST API for creating an account settings