Increase background job concurrency to 20
This commit is contained in:
parent
2f14990c5c
commit
52b6dd8bff
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@
|
||||||
federator_outgoing: 5,
|
federator_outgoing: 5,
|
||||||
web_push: 50,
|
web_push: 50,
|
||||||
transmogrifier: 20,
|
transmogrifier: 20,
|
||||||
background: 5,
|
background: 20,
|
||||||
search_indexing: [limit: 10, paused: true],
|
search_indexing: [limit: 10, paused: true],
|
||||||
slow: 1
|
slow: 1
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue