Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/7ebcd2b75eb472fea920bdd30dcb03120cfed1c6?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

RssSync defaults to 15 minutes

pull/3113/head
Mark McDowall 12 years ago
parent ba26eadd7e
commit 7ebcd2b75e

@ -39,7 +39,7 @@ namespace NzbDrone.Core.Jobs
{
var defaultTasks = new[]
{
new ScheduledTask{ Interval = 25, TypeName = typeof(RssSyncCommand).FullName},
new ScheduledTask{ Interval = 15, TypeName = typeof(RssSyncCommand).FullName},
new ScheduledTask{ Interval = 12*60, TypeName = typeof(UpdateXemMappings).FullName},
new ScheduledTask{ Interval = 6*60, TypeName = typeof(RefreshSeriesCommand).FullName},
new ScheduledTask{ Interval = 1, TypeName = typeof(DownloadedEpisodesScanCommand).FullName},

Loading…
Cancel
Save