mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +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):
|
||||
while self.running:
|
||||
self.updateStats()
|
||||
time.sleep(10)
|
||||
time.sleep(60)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue