Skip to content

Commit 790cd6d

Browse files
authored
Turning new debugger experiment on for all users and reload experiment for 20% of users (#10674)
1 parent ed53377 commit 790cd6d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

experiments.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
"name": "PtvsdWheels37 - control",
4646
"salt": "DebugAdapterFactory",
4747
"min": 0,
48-
"max": 50
48+
"max": 0
4949
},
5050
{
5151
"name": "PtvsdWheels37 - experiment",
5252
"salt": "DebugAdapterFactory",
53-
"min": 50,
53+
"min": 0,
5454
"max": 100
5555
},
5656
{
5757
"name": "Reload - control",
5858
"salt": "DebugAdapterFactory",
59-
"min": 50,
60-
"max": 60
59+
"min": 0,
60+
"max": 20
6161
},
6262
{
6363
"name": "Reload - experiment",
6464
"salt": "DebugAdapterFactory",
65-
"min": 90,
65+
"min": 80,
6666
"max": 100
6767
},
6868
{

0 commit comments

Comments
 (0)