projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f340cb
)
Revert "Remove indexer plugin"
author
sadposter
<hannah+pleroma@coffee-and-dreams.uk>
Wed, 29 Mar 2023 02:32:30 +0000
(
03:32
+0100)
committer
sadposter
<hannah+pleroma@coffee-and-dreams.uk>
Wed, 29 Mar 2023 02:32:30 +0000
(
03:32
+0100)
This reverts commit
1d94f2a424e64082854c9ccf1e2086e314e07852
.
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index ffb62a28f396ea5a156ef94527eb8e590e9a38f0..e216caf9d2c9913aa2c20be6785d594117971c01 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-572,7
+572,8
@@
config :pleroma, Oban,
database_prune: 1
],
plugins: [
- Oban.Plugins.Pruner
+ Oban.Plugins.Pruner,
+ {Oban.Plugins.Reindexer, schedule: "@weekly"}
],
crontab: [
{"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},