logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 680da772e7397af122d8fbd822e99fb3382d37c8
parent 2e7258cafd492001e91dc8af449819e087a95f0d
Author: feld <feld@feld.me>
Date:   Fri, 12 Jul 2024 14:55:02 +0000

Merge branch 'oban/remove-ingestion' into 'develop'

Remove the unused ingestion queue

See merge request pleroma/pleroma!4173

Diffstat:

Achangelog.d/ingestion-queue.skip0
Mconfig/config.exs1-
2 files changed, 0 insertions(+), 1 deletion(-)

diff --git a/changelog.d/ingestion-queue.skip b/changelog.d/ingestion-queue.skip diff --git a/config/config.exs b/config/config.exs @@ -587,7 +587,6 @@ config :pleroma, Oban, activity_expiration: 10, federator_incoming: 5, federator_outgoing: 5, - ingestion_queue: 50, web_push: 50, transmogrifier: 20, background: 5,