Increase background job concurrency to 20
This commit is contained in:
parent
2f14990c5c
commit
52b6dd8bff
@ -589,7 +589,7 @@ config :pleroma, Oban,
|
||||
federator_outgoing: 5,
|
||||
web_push: 50,
|
||||
transmogrifier: 20,
|
||||
background: 5,
|
||||
background: 20,
|
||||
search_indexing: [limit: 10, paused: true],
|
||||
slow: 1
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user