add mix task to prune the object database using a configured retention period
This commit is contained in:
parent
73df9d690d
commit
16b260fb19
3 changed files with 43 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue