Search backend healthcheck process

This commit is contained in:
Mark Felder 2024-05-25 14:20:47 -04:00
commit 61a3b79316
8 changed files with 116 additions and 2 deletions

View file

@ -579,7 +579,7 @@ config :pleroma, Oban,
attachments_cleanup: 1,
new_users_digest: 1,
mute_expire: 5,
search_indexing: 10,
search_indexing: [limit: 10, paused: true],
rich_media_expiration: 2
],
plugins: [Oban.Plugins.Pruner],