diff options
author | feld <feld@feld.me> | 2020-01-21 22:44:04 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-01-21 22:44:04 +0000 |
commit | 71bffbf0b7a3f0e245408a977c48a51763021508 (patch) | |
tree | 9e079a2a0bfc210a7d3d161bcd8fa43eb9cddda5 /config | |
parent | 66c6f8f6ecdc6332105d6b7f0383660df4afbd1e (diff) | |
parent | 92c8825515d1108fece33aac62f5b1c87443d647 (diff) | |
download | pleroma-71bffbf0b7a3f0e245408a977c48a51763021508.tar.gz pleroma-71bffbf0b7a3f0e245408a977c48a51763021508.zip |
Merge branch 'fix/attachments-cleanup' into 'develop'
Delete attachments in queue with infinite timeout and ensure object.data.url is an array
See merge request pleroma/pleroma!2103
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index b0036fff0..9be1c721f 100644 --- 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, |