Browse Source
disable LRU by default
Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
1 changed files with
1 additions and
1 deletions
-
src/common/settings.h
|
|
|
@ -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 |
|
|
|
|