mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-31 03:49:07 +01:00
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 @@ config :pleroma, Oban,
|
|||
mailer: 10,
|
||||
transmogrifier: 20,
|
||||
scheduled_activities: 10,
|
||||
background: 5
|
||||
background: 5,
|
||||
attachments_cleanup: 5
|
||||
]
|
||||
|
||||
config :pleroma, :workers,
|
||||
|
|
Loading…
Reference in a new issue