Skip to content

Commit

Permalink
Extend adaptive site experiment (#26737)
Browse files Browse the repository at this point in the history
Also changed owner to `dotcom.platform`
  • Loading branch information
JamieB-gu authored Dec 4, 2023
1 parent 5d81a1f commit cbdef27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ object AdaptiveSite
extends Experiment(
name = "adaptive-site",
description = "Enables serving an adaptive version of the site that responds to page performance",
owners = Seq(Owner.withName("Open Journalism")),
sellByDate = LocalDate.of(2023, 12, 5),
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 1, 9),
participationGroup = Perc1A,
)

Expand Down

0 comments on commit cbdef27

Please sign in to comment.