We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c415ef commit be95baeCopy full SHA for be95bae
sport/app/football/controllers/MatchController.scala
@@ -95,7 +95,7 @@ class MatchController(
95
val tier = FootballSummaryPagePicker.getTier()
96
97
val cacheTime =
98
- if (theMatch.isAboutToStart || theMatch.isLive) CacheTime(10) else CacheTime.FootballMatch
+ if (theMatch.isAboutToStart || theMatch.isLive) CacheTime(10) else CacheTime(300)
99
100
page.flatMap { page =>
101
val matchStats = MatchStats.statsFromFootballMatch(theMatch, page.lineUp, theMatch.matchStatus)
0 commit comments