mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-30 06:10:19 +01:00
Merge branch 'fix/attachment-cleanup-queues' into 'develop'
Only run one attachment cleanup job per node See merge request pleroma/pleroma!3255
This commit is contained in:
commit
181060b595
@ -542,7 +542,7 @@ config :pleroma, Oban,
|
|||||||
scheduled_activities: 10,
|
scheduled_activities: 10,
|
||||||
background: 5,
|
background: 5,
|
||||||
remote_fetcher: 2,
|
remote_fetcher: 2,
|
||||||
attachments_cleanup: 5,
|
attachments_cleanup: 1,
|
||||||
new_users_digest: 1,
|
new_users_digest: 1,
|
||||||
mute_expire: 5
|
mute_expire: 5
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user