Skip to content

Commit

Permalink
feat(backend): change cron schedule for chapter downloading to start …
Browse files Browse the repository at this point in the history
…at 10 minutes
  • Loading branch information
Thundernerd committed Jan 7, 2024
1 parent 4a50b98 commit 810a3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mangarr.Backend/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
.WithDescription("Download requested chapters")
.ForJob(DownloadChapterSchedulerJob.JobKey)
.StartNow()
.WithCronSchedule("0 0/20 * ? * * *");
.WithCronSchedule("0 10/20 * ? * * *");
});
});

Expand Down

0 comments on commit 810a3f3

Please sign in to comment.