Skip to content

Commit 8a1898e

Browse files
Reduce ATL metro probability to .5 (for one week) (#134)
Reduce ATL metro probability to .5
1 parent 4ac0d29 commit 8a1898e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/configs.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ var LegacyServices = map[string]string{
8282
// TODO(github.com/m-lab/locate/issues/92): Make this dynamic.
8383
var SiteProbability = map[string]float64{
8484
"ams10": 0.3, // virtual site
85+
86+
// TODO(soltesz): revert ATL/CHS trial after 2023-05-15.
87+
"atl02": 0.5,
88+
"atl03": 0.5,
89+
"atl04": 0.5,
90+
"atl07": 0.5,
91+
"atl08": 0.5,
92+
8593
"bom01": 0.1,
8694
"bom02": 0.1,
8795
"bru06": 0.3, // virtual site

0 commit comments

Comments
 (0)