reduce sleep interval
This commit is contained in:
parent
594c11cfad
commit
be7ac0dfde
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ for event in filtered_events:
|
|||
print("waiting for rendering to complete")
|
||||
|
||||
while len(active_jobs) > 0:
|
||||
time.sleep(15)
|
||||
time.sleep(10)
|
||||
active_jobs, finished_jobs = filter_finished_jobs(active_jobs)
|
||||
|
||||
print("{} jobs in queue, {} ready to finalize".format(len(active_jobs), len(finished_jobs)))
|
||||
|
|
Loading…
Add table
Reference in a new issue