From 12d80ac57bc23e24a1a9a95af5ee07bd7526624a Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Tue, 13 Oct 2020 16:11:07 +0200 Subject: [PATCH] [core] stats: reduce stats refresh precision --- meshroom/core/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/core/stats.py b/meshroom/core/stats.py index ebc754d6..784319cd 100644 --- a/meshroom/core/stats.py +++ b/meshroom/core/stats.py @@ -228,7 +228,7 @@ class Statistics: self.computer = ComputerStatistics() self.process = ProcStatistics() self.times = [] - self.interval = 5 + self.interval = 10 # refresh interval in seconds def update(self, proc): '''