mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[processGraph] stats: use larger interval
This commit is contained in:
parent
7a4977dffb
commit
19e9ab4855
1 changed files with 1 additions and 1 deletions
|
@ -183,5 +183,5 @@ class StatisticsThread(threading.Thread):
|
||||||
def run(self):
|
def run(self):
|
||||||
while self.running:
|
while self.running:
|
||||||
self.updateStats()
|
self.updateStats()
|
||||||
time.sleep(10)
|
time.sleep(60)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue