Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpet182 committed Apr 14, 2023
1 parent 2499561 commit 7abdc88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class CrawlSchedulerController implements SchedulingConfigurer {
public void configureTasks(ScheduledTaskRegistrar taskRegistrar) {
if (!DeveloperMode.isScheduledCrawlDisabled()) {
taskRegistrar.addCronTask(new CronTask(this::scheduledCrawl, crawlCron));
log.info("Scheduled crawl are enabled with the following cronjob: " + crawlCron, false);
log.info("Scheduled crawls are enabled with the following cronjob: " + crawlCron, false);
}
if (!DeveloperMode.isNotificationMarkersDisabled()) {
taskRegistrar.addFixedDelayTask(this::clearNewIndicatorScheduler, 10 * 1000);
Expand Down

0 comments on commit 7abdc88

Please sign in to comment.