re-enable cleanup

This commit is contained in:
2025-01-02 14:22:40 -06:00
parent bbe065819c
commit 74ef36956d

View File

@ -889,12 +889,11 @@ auto encrypt_provider::start(api_item_added_callback /*api_item_added*/,
}
}
// polling::instance().set_callback({
// "check_deleted",
// polling::frequency::low,
// [this](auto &&stop_requested) { remove_deleted_files(stop_requested);
// },
// });
polling::instance().set_callback({
"check_deleted",
polling::frequency::low,
[this](auto &&stop_requested) { remove_deleted_files(stop_requested); },
});
event_system::instance().raise<service_started>("encrypt_provider");
return true;