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

Cache freedisk space for 10 minutes

pull/21/head
Mark McDowall 12 years ago
parent 8f75de4a8b
commit 4804a18d6d

@ -29,7 +29,7 @@ namespace NzbDrone.Web.Controllers
}
[ChildActionOnly]
//[OutputCache(Duration = 600)]
[OutputCache(Duration = 600)]
public ActionResult FreeSpace()
{
var rootDirs = _rootDirProvider.AllWithFreeSpace();

Loading…
Cancel
Save