Changed the default value for the ScraperSearchFileHashMaxSize setting from 192 to 384 MiB

This commit is contained in:
Leon Styhre 2023-10-16 19:39:45 +02:00
parent 2542dd418c
commit c97555a4c6

View file

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