[generator] Adjust kPopularityThreshold for new data.

This commit is contained in:
tatiana-yan 2018-12-12 16:18:38 +03:00 committed by Maksim Andrianov
parent 5a32d1a788
commit f67b40e8ec

View file

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