mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Changed the default value for the ScraperSearchFileHashMaxSize setting from 192 to 384 MiB
This commit is contained in:
parent
2542dd418c
commit
c97555a4c6
|
@ -143,7 +143,7 @@ void Settings::setDefaults()
|
|||
mStringMap["ScraperLanguage"] = {"en", "en"};
|
||||
mIntMap["ScraperRetryOnErrorCount"] = {3, 3};
|
||||
mIntMap["ScraperRetryOnErrorTimer"] = {3, 3};
|
||||
mIntMap["ScraperSearchFileHashMaxSize"] = {192, 192};
|
||||
mIntMap["ScraperSearchFileHashMaxSize"] = {384, 384};
|
||||
mBoolMap["ScraperOverwriteData"] = {true, true};
|
||||
mBoolMap["ScraperHaltOnInvalidMedia"] = {true, true};
|
||||
mBoolMap["ScraperSearchFileHash"] = {true, true};
|
||||
|
|
Loading…
Reference in a new issue