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): '''