Skip to content

Commit

Permalink
Added AdBlockComponentUpdateIntervalStudy for test (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong authored Oct 21, 2023
1 parent d579c5c commit adc7480
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2457,6 +2457,39 @@
},
"name": "BraveAds.CustomNotificationAdsWindowsStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"AdBlockDefaultResourceUpdateInterval"
]
},
"name": "Enabled",
"parameters": [
{
"name": "update_interval_mins",
"value": "1"
}
],
"probability_weight": 100
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "AdBlockComponentUpdateIntervalStudy"
},
{
"experiments": [
{
Expand Down

0 comments on commit adc7480

Please sign in to comment.