mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-11 07:26:10 +00:00
21 lines
323 B
JSON
21 lines
323 B
JSON
|
{
|
||
|
"wgVectorWebABTestEnrollment": {
|
||
|
"name": "vector.sticky_header",
|
||
|
"enabled": true,
|
||
|
"buckets": {
|
||
|
"unsampled": {
|
||
|
"samplingRate": 0.1
|
||
|
},
|
||
|
"control": {
|
||
|
"samplingRate": 0.3
|
||
|
},
|
||
|
"stickyHeaderDisabled": {
|
||
|
"samplingRate": 0.3
|
||
|
},
|
||
|
"stickyHeaderEnabled": {
|
||
|
"samplingRate": 0.3
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|