Skip to content

Commit dce2a1c

Browse files
committed
nclm: adjust filter
1 parent 54c5898 commit dce2a1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

model/network_client_location_model.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,9 +2217,9 @@ func UpdateClientScores(ctx context.Context, ttl time.Duration) (returnErr error
22172217
filter{
22182218
maxScore: scorePerTier,
22192219
minIndependentReliabilityWeights: map[int]float64{
2220-
1: float64(1.0),
2221-
2: float64(0.999),
2222-
3: float64(0.99),
2220+
1: float64(0.999),
2221+
2: float64(0.99),
2222+
3: float64(0.9),
22232223
},
22242224
},
22252225
filter{

0 commit comments

Comments
 (0)