mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Increased the default value for the ScraperSearchFileHashMaxSize setting from 128 to 192 MiB
This commit is contained in:
parent
574fad3a20
commit
93b745063f
|
@ -142,7 +142,7 @@ void Settings::setDefaults()
|
|||
mStringMap["ScraperLanguage"] = {"en", "en"};
|
||||
mIntMap["ScraperRetryOnErrorCount"] = {3, 3};
|
||||
mIntMap["ScraperRetryOnErrorTimer"] = {3, 3};
|
||||
mIntMap["ScraperSearchFileHashMaxSize"] = {128, 128};
|
||||
mIntMap["ScraperSearchFileHashMaxSize"] = {192, 192};
|
||||
mBoolMap["ScraperOverwriteData"] = {true, true};
|
||||
mBoolMap["ScraperHaltOnInvalidMedia"] = {true, true};
|
||||
mBoolMap["ScraperSearchFileHash"] = {true, true};
|
||||
|
|
Loading…
Reference in a new issue