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