diff --git a/NzbDrone.Web/Controllers/SharedController.cs b/NzbDrone.Web/Controllers/SharedController.cs index ae99fa795..f35196e55 100644 --- a/NzbDrone.Web/Controllers/SharedController.cs +++ b/NzbDrone.Web/Controllers/SharedController.cs @@ -29,7 +29,7 @@ namespace NzbDrone.Web.Controllers } [ChildActionOnly] - //[OutputCache(Duration = 600)] + [OutputCache(Duration = 600)] public ActionResult FreeSpace() { var rootDirs = _rootDirProvider.AllWithFreeSpace();