add mix task to prune the object database using a configured retention period

This commit is contained in:
William Pitcock 2019-05-21 01:21:28 +00:00
commit 16b260fb19
3 changed files with 43 additions and 1 deletions

View file

@ -239,7 +239,8 @@ config :pleroma, :instance,
welcome_message: nil,
max_report_comment_size: 1000,
safe_dm_mentions: false,
healthcheck: false
healthcheck: false,
remote_post_retention_days: 90
config :pleroma, :app_account_creation, enabled: true, max_requests: 25, interval: 1800