mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-25 20:22:37 +01:00
Cache freedisk space for 10 minutes
This commit is contained in:
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…
Reference in New Issue
Block a user