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

Updated RSS Sync interval to 25 Minutes.

pull/2/head
Keivan Beigi 13 years ago
parent b52585d62a
commit 5a70fce2bf

@ -36,7 +36,7 @@ namespace NzbDrone.Core.Jobs
public int DefaultInterval
{
get { return 15; }
get { return 25; }
}
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)

Loading…
Cancel
Save