migrate image cache

This commit is contained in:
2026-09-16 09:13:02 +07:00
parent 42983383b0
commit d66681ec5e
8 changed files with 346 additions and 891 deletions
-3
View File
@@ -14,9 +14,6 @@ pub const USER_KEYRING: &str = "Coop User Credential";
/// Default timeout for subscription
pub const TIMEOUT: u64 = 2;
/// Default image cache size
pub const IMAGE_CACHE_SIZE: usize = 20;
/// Default delay for searching
pub const FIND_DELAY: u64 = 600;