Remove indexer plugin
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2023-03-29 01:59:19 +01:00
parent 4bbe9c8f5c
commit 1d94f2a424
1 changed files with 1 additions and 2 deletions

View File

@ -572,8 +572,7 @@ config :pleroma, Oban,
database_prune: 1
],
plugins: [
Oban.Plugins.Pruner,
{Oban.Plugins.Reindexer, schedule: "@weekly"}
Oban.Plugins.Pruner
],
crontab: [
{"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},