Skip to content

Object pruning

kaniini requested to merge feature/object-pruning into develop

This merge request adds the ability for an instance admin to prune old remote posts from their database. The retention period is configurable ([:instance, :remote_post_retention_days]) and defaults to 90 days. On pleroma.dereferenced.org, pruning remote posts reduced the object graph size from 3245 MB to 615 MB.

Merge request reports