Merge branch 'federation/increase' into 'develop'
Increase federator outgoing job parallelism See merge request pleroma/pleroma!4196
This commit is contained in:
commit
a90838accf
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: [
|
queues: [
|
||||||
activity_expiration: 10,
|
activity_expiration: 10,
|
||||||
federator_incoming: 5,
|
federator_incoming: 5,
|
||||||
federator_outgoing: 5,
|
federator_outgoing: 25,
|
||||||
web_push: 50,
|
web_push: 50,
|
||||||
background: 20,
|
background: 20,
|
||||||
search_indexing: [limit: 10, paused: true],
|
search_indexing: [limit: 10, paused: true],
|
||||||
|
Loading…
Reference in New Issue
Block a user