forked from organicmaps/organicmaps
[search][generator] Adjust kPopularityThreshold for World.mwm
This commit is contained in:
parent
8472d1d9a1
commit
9f306abf3c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue