feat(messages): attachment retention task

This commit is contained in:
Philipp Rothmann 2023-08-04 10:57:11 +02:00 committed by Philipp Rothmann
parent bcf47ec92b
commit a96f21134e
3 changed files with 19 additions and 2 deletions

View file

@ -173,6 +173,9 @@ default: &defaults
# default to allow automatically adding new articles on sync only when less than 200 articles in total
#shared_supplier_article_sync_limit: 200
# number of days after which attachment files get deleted
#attachment_retention_days: 365
development:
<<: *defaults