Weigh coordinate distance stronger

This commit is contained in:
Daniel 2022-01-22 12:34:36 +01:00
parent aec32fb6a2
commit c5c54d16e1

View file

@ -58,11 +58,11 @@ type Coordinates struct {
*/
const (
weightContinentMatch = 25
weightCountryMatch = 20
weightASOrgMatch = 15
weightASNMatch = 10
weightCoordinateDistance = 30
weightContinentMatch = 20
weightCountryMatch = 15
weightASOrgMatch = 10
weightASNMatch = 5
weightCoordinateDistance = 50
)
/*