Skip to content

Commit

Permalink
[core] stats: reduce stats refresh precision
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Oct 13, 2020
1 parent cdee25e commit 12d80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/core/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def __init__(self):
self.computer = ComputerStatistics()
self.process = ProcStatistics()
self.times = []
self.interval = 5
self.interval = 10 # refresh interval in seconds

def update(self, proc):
'''
Expand Down

0 comments on commit 12d80ac

Please sign in to comment.