Skip to content

Commit

Permalink
Merge pull request #5275 from mozilla/mntor-3733
Browse files Browse the repository at this point in the history
Enable data estimated removal time experiment by default
  • Loading branch information
flozia authored Nov 1, 2024
2 parents 08ccb2f + 2600f5b commit f566baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ features:
- channel: local
value: { "enabled": true }
- channel: staging
value: { "enabled": false }
value: { "enabled": true }
- channel: production
value: { "enabled": false }
value: { "enabled": true }
enums:
OptionalBrokerScanInfoFields:
description: An enum of optional broker scan info fields
Expand Down

0 comments on commit f566baa

Please sign in to comment.