Fixed broken disk stats in linux

This commit is contained in:
Bobby Wibowo 2019-11-14 14:42:09 +07:00
parent 3d09df501d
commit 98d38d3402
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -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
}