Reduce incoming and outgoing federation queue sizes to 5
This commit is contained in:
parent
90d4b7d604
commit
467b6cad6f
|
@ -559,8 +559,8 @@
|
|||
token_expiration: 5,
|
||||
filter_expiration: 1,
|
||||
backup: 1,
|
||||
federator_incoming: 50,
|
||||
federator_outgoing: 50,
|
||||
federator_incoming: 5,
|
||||
federator_outgoing: 5,
|
||||
ingestion_queue: 50,
|
||||
web_push: 50,
|
||||
mailer: 10,
|
||||
|
|
Loading…
Reference in New Issue