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 ( const (
weightContinentMatch = 25 weightContinentMatch = 20
weightCountryMatch = 20 weightCountryMatch = 15
weightASOrgMatch = 15 weightASOrgMatch = 10
weightASNMatch = 10 weightASNMatch = 5
weightCoordinateDistance = 30 weightCoordinateDistance = 50
) )
/* /*