[search][generator] Adjust kPopularityThreshold for World.mwm

This commit is contained in:
tatiana-yan 2019-07-19 18:24:45 +03:00 committed by Aleksey Belousov
parent 8472d1d9a1
commit 9f306abf3c

View file

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