Skip to content

Commit d64f599

Browse files
committed
nclm: export update
1 parent 6695811 commit d64f599

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
@@ -2519,9 +2519,9 @@ func UpdateClientScores(ctx context.Context, ttl time.Duration) (returnErr error
25192519
filter{
25202520
maxScore: 2 * scorePerTier,
25212521
minIndependentReliabilityWeights: map[int]float64{
2522-
1: float64(0.8),
2522+
1: float64(0.7),
25232523
2: float64(0.8),
2524-
3: float64(0.8),
2524+
3: float64(0.9),
25252525
},
25262526
// minBytesPerSecond: Kib * 512,
25272527
// maxRelativeLatencyMillis: 600,
@@ -2694,7 +2694,7 @@ func UpdateClientScores(ctx context.Context, ttl time.Duration) (returnErr error
26942694
pipe := r.TxPipeline()
26952695

26962696
exportIndex := exportCount.Add(1)
2697-
glog.Infof("[nclm]export client location[%d/%d] %s\n", exportIndex+1, 2*len(performanceTargets)*len(clientLocationIds), clientLocationId)
2697+
glog.Infof("[nclm]export client location[%d/%d] %s\n", exportIndex, 2*len(performanceTargets)*len(clientLocationIds), clientLocationId)
26982698
for locationId, clientScores := range locationClientScores {
26992699
activeClientScores := filterActive(clientScores, clientLocationId)
27002700
countsBytes, samplesBytes, filterBytes, counts, _, _ := exportClientScores(forceMinimum, rankMode, activeClientScores)

0 commit comments

Comments
 (0)