Skip to content

Commit bde8017

Browse files
authored
Increases virtual site dfw09 probability to 1.0 (#140)
Since physical site dfw05 was retired, the remaining dfw sites have become overloaded, especially by periodic spike traffic. Giving the virtual dfw site full probability will hopefully help alleviate some of the traffic issues to the remaining physical sites. We will also add additional VMs to dfw09.
1 parent 0ab39a7 commit bde8017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/configs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ var SiteProbability = map[string]float64{
8787
"chs01": 1.0, // virtual site
8888
"cmh01": 1.0, // virtual site
8989
"del03": 0.3, // virtual site
90-
"dfw09": 0.3, // virtual site
90+
"dfw09": 1.0, // virtual site
9191
"fra07": 1.0, // virtual site
9292
"gru05": 1.0, // virtual site
9393
"hel01": 1.0, // virtual site

0 commit comments

Comments
 (0)