Browse Source

disable LRU by default

Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter 7 months ago
parent
commit
e6fc5f07d9
No known key found for this signature in database GPG Key ID: A5A7629F109C8FD1
  1. 2
      src/common/settings.h

2
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

Loading…
Cancel
Save