mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Check for enqueued tasks more frequently
This commit is contained in:
parent
80d23cbbbf
commit
9499685dda
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user