We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac0d29 commit 8a1898eCopy full SHA for 8a1898e
static/configs.go
@@ -82,6 +82,14 @@ var LegacyServices = map[string]string{
82
// TODO(github.com/m-lab/locate/issues/92): Make this dynamic.
83
var SiteProbability = map[string]float64{
84
"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
93
"bom01": 0.1,
94
"bom02": 0.1,
95
"bru06": 0.3, // virtual site
0 commit comments