Try to reduce latency between stat's update and view - #3086

This commit is contained in:
nicolargo
2025-03-08 12:04:13 +01:00
parent df3d96bd33
commit 91a052d11a

View File

@@ -256,8 +256,8 @@ class GlancesStats:
def __update_plugin(self, p):
"""Update stats, history and views for the given plugin name p"""
self._plugins[p].update()
self._plugins[p].update_stats_history()
self._plugins[p].update_views()
self._plugins[p].update_stats_history()
def update(self):
"""Wrapper method to update all stats.