mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-13 12:31:13 +00:00
Increase slow job queue parallelization
This commit is contained in:
parent
30defb1674
commit
80e16de3bd
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ config :pleroma, Oban,
|
|||
transmogrifier: 20,
|
||||
background: 20,
|
||||
search_indexing: [limit: 10, paused: true],
|
||||
slow: 1
|
||||
slow: 5
|
||||
],
|
||||
plugins: [Oban.Plugins.Pruner],
|
||||
crontab: [
|
||||
|
|
Loading…
Reference in a new issue