mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Cache freedisk space for 10 minutes
This commit is contained in:
@@ -29,7 +29,7 @@ namespace NzbDrone.Web.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[ChildActionOnly]
|
[ChildActionOnly]
|
||||||
//[OutputCache(Duration = 600)]
|
[OutputCache(Duration = 600)]
|
||||||
public ActionResult FreeSpace()
|
public ActionResult FreeSpace()
|
||||||
{
|
{
|
||||||
var rootDirs = _rootDirProvider.AllWithFreeSpace();
|
var rootDirs = _rootDirProvider.AllWithFreeSpace();
|
||||||
|
Reference in New Issue
Block a user