mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
Cache freedisk space for 10 minutes
This commit is contained in:
parent
8f75de4a8b
commit
4804a18d6d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public ActionResult Footer()
|
||||||
}
|
}
|
||||||
|
|
||||||
[ChildActionOnly]
|
[ChildActionOnly]
|
||||||
//[OutputCache(Duration = 600)]
|
[OutputCache(Duration = 600)]
|
||||||
public ActionResult FreeSpace()
|
public ActionResult FreeSpace()
|
||||||
{
|
{
|
||||||
var rootDirs = _rootDirProvider.AllWithFreeSpace();
|
var rootDirs = _rootDirProvider.AllWithFreeSpace();
|
||||||
|
|
Loading…
Reference in a new issue