Skip to content

Commit 13175da

Browse files
authored
Merge pull request #28309 from guardian/remove-absolute-times-server-switch
Remove `AbsoluteServerTimes` experiment
2 parents 28c2229 + a070f8b commit 13175da

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

common/app/conf/switches/JournalismSwitches.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,4 @@ trait JournalismSwitches {
7070
exposeClientSide = true,
7171
highImpact = false,
7272
)
73-
74-
val AbsoluteServerTimes = Switch(
75-
SwitchGroup.Journalism,
76-
name = "absolute-server-times",
77-
description = "Force times on the server to be absolute to improve caching",
78-
owners = Seq(Owner.withEmail("[email protected]")),
79-
safeState = Off,
80-
sellByDate = never,
81-
exposeClientSide = true,
82-
highImpact = false,
83-
)
8473
}

0 commit comments

Comments
 (0)