mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
Fixed broken disk stats in linux
This commit is contained in:
parent
3d09df501d
commit
98d38d3402
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user