Skip to content

Commit

Permalink
Merge pull request #27588 from guardian/decrease-press-frequency-us-e…
Browse files Browse the repository at this point in the history
…lections

Decrease press frequency for US election front
  • Loading branch information
rowannekabalan authored Nov 11, 2024
2 parents 31c9436 + 361950e commit b23b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/app/jobs/RefreshFrontsJob.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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", "us-news/us-elections-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 b23b0c1

Please sign in to comment.