Add delete_attachments queue to config
This commit is contained in:
parent
22e94bb2c7
commit
795a5fe441
@ -502,7 +502,8 @@ config :pleroma, Oban,
|
|||||||
mailer: 10,
|
mailer: 10,
|
||||||
transmogrifier: 20,
|
transmogrifier: 20,
|
||||||
scheduled_activities: 10,
|
scheduled_activities: 10,
|
||||||
background: 5
|
background: 5,
|
||||||
|
attachments_cleanup: 5
|
||||||
]
|
]
|
||||||
|
|
||||||
config :pleroma, :workers,
|
config :pleroma, :workers,
|
||||||
|
Loading…
Reference in New Issue
Block a user