Skip to content

Commit

Permalink
Increase frequency of email front refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
joelochlann committed Feb 10, 2017
1 parent c136a85 commit 6dfb15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/app/jobs/RefreshFrontsJob.scala
Expand Up @@ -29,7 +29,7 @@ object RefreshFrontsJob extends Logging with ExecutionContexts {
case Some(EditorialPriority) => StandardFrequency
case Some(CommercialPriority) => LowFrequency
case Some(TrainingPriority) => LowFrequency
case Some(EmailPriority) => LowFrequency
case Some(EmailPriority) => StandardFrequency
case None => LowFrequency
}
}
Expand Down

0 comments on commit 6dfb15e

Please sign in to comment.