Skip to content

Commit

Permalink
Decrease press frequency for US election front
Browse files Browse the repository at this point in the history
  • Loading branch information
rowannekabalan authored Nov 11, 2024
1 parent 31c9436 commit 361950e
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 361950e

Please sign in to comment.