1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

Cache freedisk space for 10 minutes

This commit is contained in:
Mark McDowall 2012-12-22 22:03:26 -08:00
parent 8f75de4a8b
commit 4804a18d6d

View File

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