From 1d94f2a424e64082854c9ccf1e2086e314e07852 Mon Sep 17 00:00:00 2001
From: FloatingGhost <hannah@coffee-and-dreams.uk>
Date: Wed, 29 Mar 2023 01:59:19 +0100
Subject: [PATCH] Remove indexer plugin

---
 config/config.exs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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 @@
     database_prune: 1
   ],
   plugins: [
-    Oban.Plugins.Pruner,
-    {Oban.Plugins.Reindexer, schedule: "@weekly"}
+    Oban.Plugins.Pruner
   ],
   crontab: [
     {"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},