Skip to content

Commit f6f056d

Browse files
committed
Removes reduced probability for sites hnd06 and gru05
We are going to continue experimenting with virtual-only metros, adding these two metros Sao Paulo (gru) and Tokyo (hnd) to the ongoing experiment in bom. Part of this will be treating the virtual sites in these metros like phyiscal site, 100% probability.
1 parent 56325b5 commit f6f056d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/configs.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,9 @@ var SiteProbability = map[string]float64{
9393
"del03": 0.1, // virtual site
9494
"dfw09": 0.1, // virtual site
9595
"fra07": 0.1, // virtual site
96-
"gru05": 0.1, // virtual site
9796
"hel01": 0.1, // virtual site
9897
"hkg04": 0.1, // virtual site
9998
"hnd01": 0.05, // 0.05
100-
"hnd06": 0.1, // virtual site
10199
"iad07": 0.1, // virtual site
102100
"icn01": 0.1, // virtual site
103101
"kix01": 0.1, // virtual site

0 commit comments

Comments
 (0)