Skip to content

Commit

Permalink
Revert "Temporarily Increase Press Frequency Of GE 2024 Front (#27270)…
Browse files Browse the repository at this point in the history
…" (#27291)

This reverts commit d4ef6c8.
  • Loading branch information
JamieB-gu authored Jul 9, 2024
1 parent 3b810b6 commit 1cf814e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions admin/app/jobs/RefreshFrontsJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@ object LowFrequency extends FrontType
object StandardFrequency extends FrontType
object HighFrequency extends FrontType {
def highFrequencyPaths: List[String] =
List(
"uk",
"us",
"au",
"europe",
"international",
"uk/sport",
"us/sport",
"au/sport",
"politics/general-election-2024",
)
List("uk", "us", "au", "europe", "international", "uk/sport", "us/sport", "au/sport")
}

case class CronUpdate(path: String, frontType: FrontType)
Expand Down

0 comments on commit 1cf814e

Please sign in to comment.