Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/9ac3a1e0943b58171c70244829e0e02a434318b4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Set RSS Sync to minimum 10 minutes

pull/4/head
Mark McDowall 10 years ago
parent d5cc261985
commit 9ac3a1e094

@ -67,7 +67,7 @@ namespace NzbDrone.Core.Jobs
new ScheduledTask
{
Interval = _configService.RssSyncInterval,
Interval = new [] { _configService.RssSyncInterval, 10 }.Max(),
TypeName = typeof(RssSyncCommand).FullName
},

Loading…
Cancel
Save