[generator][search] Adjust kPopularityThreshold for new data

This commit is contained in:
tatiana-yan 2018-11-22 18:33:37 +03:00 committed by Maksim Andrianov
parent a51d4bb71d
commit f86d391d56

View file

@ -368,7 +368,7 @@ private:
return false;
// todo(@t.yan): adjust
uint8_t const kPopularityThreshold = 40;
uint8_t const kPopularityThreshold = 20;
if (it->second < kPopularityThreshold)
return false;