Check for enqueued tasks more frequently

This commit is contained in:
cmdr2 2022-11-21 14:06:26 +05:30
parent 80d23cbbbf
commit 9499685dda

View File

@ -268,7 +268,7 @@ def thread_render(device):
return
task = thread_get_next_task()
if task is None:
time.sleep(1)
time.sleep(0.05)
continue
if task.error is not None:
print(task.error)