fix: always check for updates/clear cache 10 min cooldown (#7077)

This commit is contained in:
Calum H.
2026-08-10 14:00:42 +00:00
committed by GitHub
parent 92971a3e0d
commit 9fd45ef2ce
10 changed files with 71 additions and 4 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ pub(crate) use self::commands::{
dependencies_to_content_items, get_content_projects,
get_installed_project_ids_for_instance, get_instance_install_candidates,
get_linked_modpack_info, list_content, list_content_sets,
list_linked_modpack_content, sync_content_files,
list_linked_modpack_content, refresh_content_updates, sync_content_files,
};
pub(crate) mod watcher;