diff options
author | lambda <lain@soykaf.club> | 2019-05-22 11:04:30 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-05-22 11:04:30 +0000 |
commit | 714d8d4ef9c5e059e0ca7f1f55b48e343ced85f8 (patch) | |
tree | cc802031efd82f507488e7a688b095f7ab3342bf /docs/config.md | |
parent | ad535ae55b045c93054ab95ae89a70b767ef8bdd (diff) | |
parent | a023ca004cbd90e330cab35e4dfda16346d08668 (diff) | |
download | pleroma-714d8d4ef9c5e059e0ca7f1f55b48e343ced85f8.tar.gz pleroma-714d8d4ef9c5e059e0ca7f1f55b48e343ced85f8.zip |
Merge branch 'feature/object-pruning' into 'develop'
Object pruning
See merge request pleroma/pleroma!1181
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
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 |