Increased the default value for the ScraperSearchFileHashMaxSize setting from 128 to 192 MiB

This commit is contained in:
Leon Styhre 2023-08-16 19:09:57 +02:00
parent 574fad3a20
commit 93b745063f

View file

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