disable LRU by default

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-09 03:42:55 -04:00
parent d37d47c0ab
commit e6fc5f07d9
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1

View file

@ -218,7 +218,7 @@ struct Values {
// Memory
#ifdef ANDROID
SwitchableSetting<bool> lru_cache_enabled{linkage, true, "use_lru_cache", Category::System};
SwitchableSetting<bool> lru_cache_enabled{linkage, false, "use_lru_cache", Category::System};
#endif
// Cpu