projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bbe9c8
)
Remove indexer plugin
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Wed, 29 Mar 2023 00:59:19 +0000
(
01:59
+0100)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Wed, 29 Mar 2023 00:59:19 +0000
(
01:59
+0100)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index e216caf9d2c9913aa2c20be6785d594117971c01..ffb62a28f396ea5a156ef94527eb8e590e9a38f0 100644
(file)
--- 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},