From a1abaa711208807cafb81ce519047189f2a6efd8 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 9 Jan 2022 13:45:44 +0100 Subject: [PATCH] Increased the default per-file maximum Lottie cache size from 100 to 150 MiB. --- es-core/src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index 17dbb8716..e216e62c5 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -277,7 +277,7 @@ void Settings::setDefaults() mBoolMap["DebugSkipInputLogging"] = {false, false}; mStringMap["ROMDirectory"] = {"", ""}; mStringMap["UIMode_passkey"] = {"uuddlrlrba", "uuddlrlrba"}; - mIntMap["LottieMaxFileCache"] = {100, 100}; + mIntMap["LottieMaxFileCache"] = {150, 150}; mIntMap["LottieMaxTotalCache"] = {1024, 1024}; //