Skip to content

Commit f41d2b7

Browse files
Always pass country/site/org/strict/machine-type (#220)
1 parent 5656aec commit f41d2b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

static/configs.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ const (
3232
EarlyExitParameter = "early_exit"
3333
MaxCwndGainParameter = "max_cwnd_gain"
3434
MaxElapsedTimeParameter = "max_elapsed_time"
35+
CountryParameter = "country"
36+
SiteParameter = "site"
37+
StrictParameter = "strict"
38+
OrgParameter = "org"
39+
MachineTypeParameter = "machine-type"
3540
)
3641

3742
// URL creates inline url.URLs.
@@ -49,6 +54,11 @@ var ServiceParams = map[string]float64{
4954
EarlyExitParameter: 0.9,
5055
MaxCwndGainParameter: 1,
5156
MaxElapsedTimeParameter: 1,
57+
CountryParameter: 1,
58+
SiteParameter: 1,
59+
StrictParameter: 1,
60+
OrgParameter: 1,
61+
MachineTypeParameter: 1,
5262
}
5363

5464
// Configs is a temporary, static mapping of service names and their set of

0 commit comments

Comments
 (0)