mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[core] stats: reduce stats refresh precision
This commit is contained in:
parent
cdee25e26e
commit
12d80ac57b
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue