projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e94bb
)
Add delete_attachments queue to config
author
Roman Chvanikov
<chvanikoff@pm.me>
Tue, 21 Jan 2020 16:48:14 +0000
(19:48 +0300)
committer
Roman Chvanikov
<chvanikoff@pm.me>
Tue, 21 Jan 2020 16:48:14 +0000
(19:48 +0300)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index b0036fff049c0c32bdfa7afcf22759ddefdc860b..9be1c721f2f1cc5a35fc563b627b2410338400c4 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-502,7
+502,8
@@
config :pleroma, Oban,
mailer: 10,
transmogrifier: 20,
scheduled_activities: 10,
- background: 5
+ background: 5,
+ attachments_cleanup: 5
]
config :pleroma, :workers,