Merge branch 'federation/increase' into 'develop'

Increase federator outgoing job parallelism

See merge request pleroma/pleroma!4196
This commit is contained in:
feld 2024-07-30 15:31:18 +00:00
commit a90838accf
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Increase outgoing federation parallelism

View file

@ -588,7 +588,7 @@
queues: [
activity_expiration: 10,
federator_incoming: 5,
federator_outgoing: 5,
federator_outgoing: 25,
web_push: 50,
background: 20,
search_indexing: [limit: 10, paused: true],