Skip to content

Commit 977224b

Browse files
authored
Turn on reload experiment to 3% of users (#8939)
* Turn on reload experiment to 3% of users * Fix number for Reload experiment
1 parent 13fc56c commit 977224b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

experiments.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
{
5757
"name": "Reload - control",
5858
"salt": "DebugAdapterFactory",
59-
"min": 0,
60-
"max": 0
59+
"min": 93,
60+
"max": 96
6161
},
6262
{
6363
"name": "Reload - experiment",
6464
"salt": "DebugAdapterFactory",
65-
"min": 0,
66-
"max": 0
65+
"min": 97,
66+
"max": 100
6767
},
6868
{
6969
"name": "LS - enabled",

0 commit comments

Comments
 (0)