feat(media): retention policies

This commit is contained in:
Matthias Ahouansou
2025-04-16 13:15:01 +01:00
parent 594fe5f98f
commit c3fb1b0456
11 changed files with 698 additions and 61 deletions

View File

@@ -1103,6 +1103,8 @@ impl KeyValueDatabase {
services().sending.start_handler();
services().media.start_time_retention_checker();
Self::start_cleanup_task().await;
if services().globals.allow_check_for_updates() {
Self::start_check_for_updates_task();