From 4804a18d6d78c236667a236d83cceebb637f49e3 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 22 Dec 2012 22:03:26 -0800 Subject: [PATCH] Cache freedisk space for 10 minutes --- NzbDrone.Web/Controllers/SharedController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();