mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
reduce queue check interval to 0.5s
This commit is contained in:
parent
ad0bb3f61a
commit
63db3fc22f
@ -43,7 +43,7 @@ class DefaultInvocationProcessor(InvocationProcessorABC):
|
||||
|
||||
if not queue_item: # Probably stopping
|
||||
# do not hammer the queue
|
||||
time.sleep(1)
|
||||
time.sleep(0.5)
|
||||
continue
|
||||
|
||||
graph_execution_state = (
|
||||
|
Loading…
Reference in New Issue
Block a user