Increase federator outgoing job parallelism
This commit is contained in:
parent
4e24445b50
commit
a6119210b7
1
changelog.d/federator_outgoing_increase.change
Normal file
1
changelog.d/federator_outgoing_increase.change
Normal file
@ -0,0 +1 @@
|
||||
Increase outgoing federation parallelism
|
@ -588,7 +588,7 @@ config :pleroma, Oban,
|
||||
queues: [
|
||||
activity_expiration: 10,
|
||||
federator_incoming: 5,
|
||||
federator_outgoing: 5,
|
||||
federator_outgoing: 25,
|
||||
web_push: 50,
|
||||
background: 20,
|
||||
search_indexing: [limit: 10, paused: true],
|
||||
|
Loading…
Reference in New Issue
Block a user