forked from AkkomaGang/akkoma
Add delete_attachments queue to config
This commit is contained in:
parent
22e94bb2c7
commit
795a5fe441
1 changed files with 2 additions and 1 deletions
|
@ -502,7 +502,8 @@
|
||||||
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 a new issue