Add delete_attachments queue to config

This commit is contained in:
Roman Chvanikov 2020-01-21 19:48:14 +03:00
parent 22e94bb2c7
commit 795a5fe441
1 changed files with 2 additions and 1 deletions

View File

@ -502,7 +502,8 @@ config :pleroma, Oban,
mailer: 10,
transmogrifier: 20,
scheduled_activities: 10,
background: 5
background: 5,
attachments_cleanup: 5
]
config :pleroma, :workers,