Skip to content

Commit

Permalink
Increase press frequency for us election
Browse files Browse the repository at this point in the history
  • Loading branch information
rowannekabalan authored Oct 31, 2024
1 parent a09b6e3 commit b6d1fb9
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")
List("uk", "us", "au", "europe", "international", "uk/sport", "us/sport", "au/sport", "us-news/us-elections-2024")
}

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

0 comments on commit b6d1fb9

Please sign in to comment.