Skip to content

Commit 12d80ac

Browse files
committed
[core] stats: reduce stats refresh precision
1 parent cdee25e commit 12d80ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/core/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def __init__(self):
228228
self.computer = ComputerStatistics()
229229
self.process = ProcStatistics()
230230
self.times = []
231-
self.interval = 5
231+
self.interval = 10 # refresh interval in seconds
232232

233233
def update(self, proc):
234234
'''

0 commit comments

Comments
 (0)