From: FloatingGhost Date: Wed, 29 Mar 2023 00:59:19 +0000 (+0100) Subject: Remove indexer plugin X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1d94f2a424e64082854c9ccf1e2086e314e07852;p=akkoma Remove indexer plugin --- diff --git a/config/config.exs b/config/config.exs index e216caf9d..ffb62a28f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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},