diff --git a/seed/seed.json b/seed/seed.json index decd13e3..3820bd4a 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -387,7 +387,7 @@ "experiments": [ { "name": "Triggers=EMPTY/Threshold=0.0/IdleTimeThreshold=5", - "probability_weight": 90, + "probability_weight": 100, "parameters": [ { "name": "triggers", @@ -406,19 +406,6 @@ "enable_feature": ["UserActivity"] } }, - { - "name": "IdleTimeThreshold=5", - "probability_weight": 10, - "parameters": [ - { - "name": "idle_time_threshold", - "value": "5s" - } - ], - "feature_association": { - "enable_feature": ["UserActivity"] - } - }, { "name": "Default", "probability_weight": 0 @@ -426,8 +413,7 @@ ], "filter": { "channel": ["NIGHTLY", "BETA", "RELEASE"], - "platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"], - "country": ["US", "AU", "CA", "FR", "DE", "IE", "JP", "NZ", "GB"] + "platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"] } }, {