Increased the default per-file maximum Lottie cache size from 100 to 150 MiB.

This commit is contained in:
Leon Styhre 2022-01-09 13:45:44 +01:00
parent b16ea29088
commit a1abaa7112

View file

@ -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};
//