Increase federator outgoing job parallelism

This commit is contained in:
Mark Felder 2024-07-30 11:06:55 -04:00
parent 4e24445b50
commit a6119210b7
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],