Skip to content

Commit

Permalink
Reduce ATL metro probability to .5 (for one week) (#134)
Browse files Browse the repository at this point in the history
Reduce ATL metro probability to .5
  • Loading branch information
stephen-soltesz authored May 8, 2023
1 parent 4ac0d29 commit 8a1898e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ var LegacyServices = map[string]string{
// TODO(github.com/m-lab/locate/issues/92): Make this dynamic.
var SiteProbability = map[string]float64{
"ams10": 0.3, // virtual site

// TODO(soltesz): revert ATL/CHS trial after 2023-05-15.
"atl02": 0.5,
"atl03": 0.5,
"atl04": 0.5,
"atl07": 0.5,
"atl08": 0.5,

"bom01": 0.1,
"bom02": 0.1,
"bru06": 0.3, // virtual site
Expand Down

0 comments on commit 8a1898e

Please sign in to comment.