From 98d38d3402dfec5c16f371a9b89bd70c4aebe52a Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Thu, 14 Nov 2019 14:42:09 +0700 Subject: [PATCH] Fixed broken disk stats in linux --- controllers/utilsController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/utilsController.js b/controllers/utilsController.js index c49aed2..a7547e6 100644 --- a/controllers/utilsController.js +++ b/controllers/utilsController.js @@ -704,7 +704,7 @@ self.stats = async (req, res, next) => { }) // Update cache - statsCache.disk.cache = stats.system + statsCache.disk.cache = stats.disk statsCache.disk.generating = false }